From 9404cb756bc7e6ddeca6b4443c87f600bb6cdd93 Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 20 Apr 2009 09:52:15 +0000 Subject: [PATCH] Koorektur in build parameter. git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4594 504e572c-2e33-0410-9681-be2bf7408885 --- BaseBuild/crosschain/glibc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseBuild/crosschain/glibc b/BaseBuild/crosschain/glibc index 0f53c31..53beefc 100644 --- a/BaseBuild/crosschain/glibc +++ b/BaseBuild/crosschain/glibc @@ -117,18 +117,18 @@ mk() { if echo $ARCH|grep -q sparc; then echo "libc_cv_sparc64_tls=yes" >>config.cache fi - echo "slibdir=/tools/$LIBDIR" >> configparms else LIBDIR=lib BUILDOPTIONS=$BUILDOPTIONS" -march=i486" fi + echo "slibdir=/tools/$LIBDIR" >> configparms BUILD_CC="gcc" \ CC="${TARGET}-gcc ${BUILDOPTIONS}" \ AR="${TARGET}-ar" \ RANLIB="${TARGET}-ranlib" \ ../glibc*/configure --prefix=/tools \ --host=$TARGET \ - --build=$TARGET32 \ + --build=$HOSTSYS \ --libdir=/tools/$LIBDIR \ --disable-profile \ --enable-add-ons \