diff options
Diffstat (limited to 'chapter5/gcc.sh')
-rw-r--r-- | chapter5/gcc.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter5/gcc.sh b/chapter5/gcc.sh index c5404d1..6ef4ac6 100644 --- a/chapter5/gcc.sh +++ b/chapter5/gcc.sh @@ -1,5 +1,3 @@ -#!/bin/bash - mkdir -p mpfr gmp mpc tar -xf ../mpfr-*.tar.xz -C mpfr --strip-components=1 tar -xf ../gmp-*.tar.xz -C gmp --strip-components=1 @@ -41,4 +39,4 @@ make -j1 install && cd .. cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \ - `dirname $(${LFS_TGT}-gcc -print-libgcc-file-name)`/install-tools/include/limits.h
\ No newline at end of file + `dirname $(${LFS_TGT}-gcc -print-libgcc-file-name)`/install-tools/include/limits.h |