|
cd ../gcc-build &&
../gcc-3.2/configure --prefix=/static \
--disable-nls --disable-shared &&
echo "#define HAVE_GAS_HIDDEN 1" >> gcc/auto-host.h &&
make BOOT_LDFLAGS=-static bootstrap &&
make prefix=$LFS/static install &&
ln -s gcc $LFS/static/bin/cc
直接粘贴总有如下错误,这是什么原因呢
cd ../gcc-build &&
> ../gcc-3.2/configure --prefix=/static \
> ???--disable-nls --disable-shared &&
> echo "#define HAVE_GAS_HIDDEN 1" >> gcc/auto-host.h &&
> make BOOT_LDFLAGS=-static bootstrap &&
> make prefix=$LFS/static install &&
> ln -s gcc $LFS/static/bin/cc
Invalid configuration `???--disable-nls': machine `???--disable' not recognized
Invalid configuration `???--disable-nls': machine `???--disable' not recognized
Unrecognized host system name ???--disable-nls. |
|