diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-25 00:13:05 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-25 00:13:05 +0000 |
commit | f065b08913c6c5161b51175ac14a0e45dd388c8b (patch) | |
tree | aca8c67af3df18a30ef9e5ed97b40e85c0e6b65a /chapter05/gcc-inst.xml | |
parent | 06596602b6719866e22245bfab57a1064bb5f5d0 (diff) |
changed -e LDFLAGS=-static to BOOT_LDFLAGS=-static and removed -e
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-inst.xml')
-rw-r--r-- | chapter05/gcc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index a1b88c8f9..649e1b32b 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -9,7 +9,7 @@ <userinput>../gcc-&gcc-version;/configure --prefix=/usr \</userinput> <userinput> --enable-languages=c,c++ --disable-nls \</userinput> <userinput> --disable-shared &&</userinput> -<userinput>make -e LDFLAGS=-static bootstrap &&</userinput> +<userinput>make BOOT_LDFLAGS=-static bootstrap &&</userinput> <userinput>make prefix=$LFS/usr install &&</userinput> <userinput>cd $LFS/lib &&</userinput> <userinput>ln -sf ../usr/bin/cpp &&</userinput> |