Changeset 282
- Timestamp:
- Jun 3, 2003, 2:12:51 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Makefile ¶
-
Property cvs2svn:cvs-rev
changed from
1.32
to1.33
r281 r282 648 648 # non release builds - This overrides some stuff in src/gcc/gcc/config/i386/t-emx! 649 649 # For the 2nd stage we need a hack for using the right specs when linking... 650 SPEC_HACK = $(if $(wildchar $(PATH_OBJ)/.all-stage1),\ 651 -specs $(PATH_TOP)/src/emx/src/lib/libc.specs, \ 652 -specs $(PATH_TOP)/tools/x86.os2/gcc/staged/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs) 650 #SPEC_HACK = $(if $(wildchar $(PATH_OBJ)/.all-stage1),\ 651 # -specs $(PATH_TOP)/src/emx/src/lib/libc.specs, \ 652 # -specs $(PATH_TOP)/tools/x86.os2/gcc/staged/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs) 653 SPECS_HACK = 653 654 gcc-build-it: \ 654 655 $(PATH_OBJ)/gcc/.ts.configured … … 717 718 718 719 # Install to builttools directory. 720 ## WARNING! Another spec HACK! 719 721 gcc-builttools-stage2: 720 722 $(MAKE) -C $(PATH_OBJ)/gcc prefix=$(PATH_BUILTTOOLSD) install 723 ## cp $(PATH_TOP)/src/emx/src/lib/libc.specs $(PATH_OBJ)/gcc/gcc/specs 721 724 722 725 … … 932 935 933 936 # Install the compiled emx stuff to builttools. 934 emx-builttools-stage2: emx-builttools-stage2-specs 937 ##emx-builttools-stage2: emx-builttools-stage2-specs 938 emx-builttools-stage2: 935 939 $(MAKE) -C $(PATH_TOP)/src/emx $(EMX_DEFINES) INS=$(PATH_BUILTTOOLS)/ install 936 940 937 # bird: for now we will just replace the specs with the constantly updated libc specs.941 ## bird: for now we will just replace the specs with the constantly updated libc specs. 938 942 emx-builttools-stage2-specs: 939 -mv -f $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs \940 $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/emxspecs941 cp $(PATH_TOP)/src/emx/src/lib/libc.specs \942 $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs943 ## -mv -f $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs \ 944 ## $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/emxspecs 945 ## cp $(PATH_TOP)/src/emx/src/lib/libc.specs \ 946 ## $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs 943 947 944 948 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.