Changeset 1966
- Timestamp:
- 07/19/07 03:09:36 (18 months ago)
- Files:
-
- 1 modified
-
trunk/packages/gcc/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/gcc/Makefile
r1829 r1966 24 24 compile-pass1: 25 25 # --enable-static overrides the unsuitable default in config.site 26 unset CFLAGS ; ../$(DIR)/configure --prefix=$(WD) \26 unset CFLAGS ; CC="gcc -B/usr/bin/" ../$(DIR)/configure --prefix=$(WD) \ 27 27 --with-local-prefix=$(WD) --disable-nls --enable-shared \ 28 28 --enable-languages=c --enable-static
