summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-24 15:34:08 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-24 15:35:38 +0000
commitf0b39ead6b947220296b55f774c50f986d447189 (patch)
tree9cca7ace7843a3129100ea6a12ec6ba510da2962 /baserock-bootstrap
parent497344478f5789f6fc92ab913cb8321c6fdba20a (diff)
downloadmorph-f0b39ead6b947220296b55f774c50f986d447189.tar.gz
Drop all references to glibc, use eglibc tarball from roadtrain.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap29
1 files changed, 0 insertions, 29 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 22de47d6..6937049e 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -157,34 +157,6 @@ pass1_linux_api_headers()
}
-pass1_glibc()
-{
- echo "Building glibc"
- if [ ! -e "$tools/lib/libc.so.6" ]
- then
- unpack glibc-2.14.1
- cd "$sources/glibc-2.14.1"
- patch -Np1 -i ../glibc-2.14.1-gcc_fix-1.patch
- patch -Np1 -i ../glibc-2.14.1-cpuid-1.patch
-
- $HOST_MKDIR "$sources/glibc-build"
- cd "$sources/glibc-build"
- case `uname -m` in
- i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;;
- esac
- ../glibc-2.14.1/configure --prefix="$tools" \
- --host=$LFS_TGT --build=$(../glibc-2.14.1/scripts/config.guess) \
- --disable-profile --enable-add-ons \
- --enable-kernel=2.6.25 --with-headers="$tools/include" \
- --without-selinux --without-cvs \
- libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes libc_cv_ssp=no
- make -j$JOBS
- make install vardbdir="$tools/var/db"
- rm -rf "$sources/glibc-2.14.1"
- fi
-}
-
-
pass1_eglibc()
{
echo "Building eglibc"
@@ -1112,7 +1084,6 @@ case "$buildwhat" in
pass1_binutils_1
pass1_gcc_1
pass1_linux_api_headers
- #pass1_glibc
pass1_eglibc
pass1_adjust_gcc_specs
pass1_sanity_check