Changeset 1966

Show
Ignore:
Timestamp:
07/19/07 03:09:36 (18 months ago)
Author:
alexander
Message:

Removed unwanted deviation from the book

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/packages/gcc/Makefile

    r1829 r1966  
    2424compile-pass1: 
    2525# --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) \ 
    2727         --with-local-prefix=$(WD) --disable-nls --enable-shared \ 
    2828         --enable-languages=c --enable-static