Changeset 65 for trunk/src/gcc/config
- Timestamp:
- Apr 29, 2003, 10:15:15 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/config/mh-emx
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r64 r65 1 1 # We don't want debugging info 2 2 # Accomplish this by overriding CFLAGS. 3 CFLAGS =-s -O24 CXXFLAGS =-s -O25 LDFLAGS =-s -Zcrtdll -Zexe3 CFLAGS = -s -O2 4 CXXFLAGS = -s -O2 5 LDFLAGS = -s -Zcrtdll -Zexe 6 6 7 7 # Override SHELL variable (which is CMD.EXE by default) 8 # use absolute paths whenever possible. 9 ifdef UNIXROOT 10 SHELL=$(UNIXROOT)/bin/sh.exe 11 else 8 12 SHELL=sh 13 endif 9 14 10 15 # Skip installation 11 INSTALL_DOSREL=true 16 # bird: true isn't a good value. It will by default point to dummy rule, so leave it. 17 # INSTALL_DOSREL=true 12 18 13 19 # No need for RANLIB -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.