Changeset 84
- Timestamp:
- May 2, 2003, 1:53:15 PM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r83 r84 278 278 .PHONY: gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove 279 279 gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove: 280 ifeq "$(BUILD_PLATFORM)" "LINUX" 281 -$(SH) $(PATH_TOP)/xfix.sh 282 endif 280 283 for dir in $(GCC_CONFIGURE_DIRS); do \ 281 284 $(MAKE) $(@:gcc-autoconf-%=%) -f $(PWD)/config.gmk -C src/$$dir ; \ … … 326 329 --enable-languages=c,c++ " 327 330 else 328 -$(SH) $(PATH_TOP)/xfix.sh329 331 $(ASH) -c "$< \ 330 332 --enable-clh \ -
Property cvs2svn:cvs-rev
changed from
-
trunk/xfix.sh
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r83 r84 1 #!/bin/sh 2 # 3 # Workaround for missing +x bits in initial CVS import. 4 # 1 5 chmod a+x src/gcc/config.guess 2 6 chmod a+x src/gcc/config.sub -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.