Changeset 627 for trunk/Makefile
- Timestamp:
- Aug 17, 2003, 3:53:41 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.45
to1.46
r626 r627 100 100 NICE = nice -i 101 101 else 102 NICE = 102 NICE = 103 103 endif 104 104 … … 934 934 # And we reconfigure libiberty to the gcc one. 935 935 binutils-configure-it $(PATH_OBJ)/binutils/.ts.configured: $(PATH_TOP)/src/binutils/configure 936 ifeq "$(BUILD_PLATFORM)" "OS2" 936 937 $(ASH) -c " \ 937 938 export CC=\"gcc.exe\" ; \ 938 939 $< \ 939 --enable-shared \ 940 --prefix=$(ALL_PREFIX) " 941 $(ASH) -c "cd libiberty && \ 942 $(PATH_TOP)/src/gcc/libiberty/configure \ 943 --prefix=$(ALL_PREFIX) " 940 --enable-clh \ 941 --enable-threads=os2 \ 942 --enable-shared=libgcc,bfd,opcodes \ 943 --enable-nls \ 944 --without-included-gettext \ 945 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \ 946 --prefix=/gcc \ 947 --with-gnu-ld \ 948 --with-gnu-as \ 949 --disable-libgcj \ 950 --enable-languages=c,c++ " 951 else 952 $(ASH) -c "$< \ 953 --disable-clh \ 954 --enable-shared=libgcc,bfd,opcodes \ 955 --enable-nls \ 956 --without-included-gettext \ 957 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \ 958 --prefix=/gcc \ 959 --with-gnu-ld \ 960 --with-gnu-as \ 961 --disable-libgcj \ 962 --enable-languages=c,c++ " 963 endif 964 mkdir -p libiberty 965 # Not any longer. 966 # $(ASH) -c "cd libiberty && \ 967 # $(PATH_TOP)/src/gcc/libiberty/configure \ 968 # --prefix=$(ALL_PREFIX) " 944 969 touch $(PATH_OBJ)/binutils/.ts.configured 945 970 … … 1148 1173 zip $(subst r,,$(ZIPFLAGS)) $(ZIPBASE)-src-emx.zip src/emx/* -x \*CVS\* -x \*testcase\* -x \*out\* 1149 1174 zip $(ZIPFLAGS) $(ZIPBASE)-src-emx.zip src/emx/src/* src/emx/include/* src/emx/src/bsd/* -x \*CVS\* 1150 1175 1151 1176 1152 1177 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.