- Timestamp:
- Dec 18, 2005, 6:03:43 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/gcc/gcc/config/i386/t-emx
r2500 r2501 6 6 # Native include directory. 7 7 ifdef PATH_IGCC 8 NATIVE_SYSTEM_HEADER_DIR = $( PATH_IGCC)/include8 NATIVE_SYSTEM_HEADER_DIR = $(subst \,/,$(PATH_IGCC)/include) 9 9 else 10 10 ifdef PATH_EMXPGCC 11 NATIVE_SYSTEM_HEADER_DIR = $( PATH_EMXPGCC)/include11 NATIVE_SYSTEM_HEADER_DIR = $(subst \,/,$(PATH_EMXPGCC)/include) 12 12 else 13 13 ifdef PATH_EMX 14 NATIVE_SYSTEM_HEADER_DIR = $( PATH_EMX)/include14 NATIVE_SYSTEM_HEADER_DIR = $(subst \,/,$(PATH_EMX)/include) 15 15 endif 16 16 endif … … 58 58 CROSS_LIBGCC1 = libgcc1-asm.a 59 59 LIB1ASMSRC = i386/emx-libgcc1.asm 60 LIB1ASMFUNCS = _alloca 60 LIB1ASMFUNCS = _alloca 61 61 62 62 # Extra functions to add to libgcc. … … 73 73 74 74 # Copy these files to include/ subdirectory 75 # GCC-OS/2: We override this to prevent usage of $(srcdir)/ginclude/stddef.h 75 # GCC-OS/2: We override this to prevent usage of $(srcdir)/ginclude/stddef.h 76 76 # and $(srcdir)/ginclude/float.h. 77 77 # bird: Don't forget to check this when updating the code GCC.
Note:
See TracChangeset
for help on using the changeset viewer.