Changeset 818 for trunk/src


Ignore:
Timestamp:
Oct 6, 2003, 8:47:53 PM (22 years ago)
Author:
bird
Message:

#608: High memory enabling of LIBC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/t-emx

    • Property cvs2svn:cvs-rev changed from 1.23 to 1.24
    r817 r818  
    1212        && $(REXX) dllar.cmd -o $$(@D)/$(SHLIB_DLLNAME) \
    1313        -ordinal @multilib_flags@ -nocrtdll \
    14         -flags "-g -Zomf -v" \
     14        -flags "-g -Zomf -Zhigh-mem -v" \
    1515        -ex "___main ___do_global_* ___ctordtor* ___eh* _DLL_InitTerm" \
    1616        -d "GNU C runtime shared library version $(gcc_version)" \
     
    2323        $(REXX) dllar.cmd -o $$(@D)/$(SHLIB_DLLNAME) \
    2424        -ordinal @multilib_flags@ -nocrtdll \
     25        -flags "-Zhigh-mem" \
    2526        -ex "___main ___do_global_* ___ctordtor* ___eh* _DLL_InitTerm" \
    2627        -d "GNU C runtime shared library version $(gcc_version)" \
Note: See TracChangeset for help on using the changeset viewer.