Changeset 55
- Timestamp:
- Apr 28, 2003, 8:17:04 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r54 r55 254 254 $(PATH_OBJ)/gcc/gcc/Makefile: $(PATH_TOP)/src/gcc/gcc/configure 255 255 $(BASH) -c "export LDFLAGS=\"-s -Zexe -Zcrtdll\" ; $< --enable-threads --enable-shared --enable-nls --without-included-gettext --prefix=$(PATH_BIN)/usr/bin/local/gcc322 " 256 # $(BASH) -c "export LDFLAGS=\"-s -Zexe -Zcrtdll\" ; $< --enable-threads --enable-shared --enable-nls --without-included-gettext --prefix=$(PATH_BIN)/usr/bin/local/gcc322 --disable-multilib --disable-shared " 256 257 # $(BASH) -c "export LDFLAGS=\"-s -Zexe -Zcrtdll\" ; $< --enable-clh --enable-threads --enable-shared --enable-nls --without-included-gettext --prefix=/dev/gcc/v3.2.2" 257 258 … … 266 267 gcc-build-libstdc++-v3: 267 268 268 269 270 # Generate diffs for GCC (v3.2.2) - part of packing a release. 271 .PHONY: gcc-diff $(PATH_BIN)/usr/src/gcc/gcc-3.2.2.diff 272 gcc-diff: $(PATH_BIN)/usr/src/gcc/gcc-3.2.2.diff 273 $(PATH_BIN)/usr/src/gcc/gcc-3.2.2.diff: 274 mkdir -p $(@D) 275 -cvs diff -R -N -w -c -r GCC_3-2-2 src/gcc > $@ 269 276 270 277 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.