Changeset 22085 for branches/swt/src


Ignore:
Timestamp:
Mar 10, 2015, 9:02:12 AM (11 years ago)
Author:
rousseau
Message:

Don't use safe_himem stuff for pe/pec

The safe_himem wrappers use stdlib, which is in conflict with
the -nostdlib link flags for pe/pec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/peldr/Makefile.kmk

    r21948 r22085  
    88PROGRAMS           += pe
    99pe_TEMPLATE         = OdinApp
     10pe_DEFS             = NO_INCL_SAFE_HIMEM_WRAPPERS
    1011pe_SOURCES          = pe.c pe.def helpers.c $(pe_0_OUTDIR)/crt0.obj
    1112pe_LDFLAGS          = -nostdlib -llibos2
     
    1415pec_TEMPLATE        = OdinApp
    1516pec_DEFS            = COMMAND_LINE_VERSION
     17pec_DEFS           += NO_INCL_SAFE_HIMEM_WRAPPERS
    1618pec_SOURCES         = pe.c pec.def helpers.c $(pe_0_OUTDIR)/crt0.obj
    1719pec_LDFLAGS         = -nostdlib -llibos2
Note: See TracChangeset for help on using the changeset viewer.