[Lunar-commits] <moonbase> glibc: disable multi-arch compile option.

Florin Braescu florin at lunar-linux.org
Wed Sep 22 10:36:14 CEST 2010


commit a5f93e2040ce13eec73bc66da9b713ec4e834974
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 22 11:36:14 2010 +0300

    glibc: disable multi-arch compile option.
---
 libs/glibc/BUILD        |    1 +
 libs/glibc/BUILD.x86_64 |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index dbf3d9f..2177528 100644
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -40,6 +40,7 @@
                --with-gd=no               \
                --without-cvs              \
                --enable-shared            \
+               --disable-multi-arch       \
                $OPTS                     &&
 
   # explicitly exit here since the following code unsets $?
diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64
index 90d0de4..015b887 100644
--- a/libs/glibc/BUILD.x86_64
+++ b/libs/glibc/BUILD.x86_64
@@ -40,6 +40,7 @@
                --enable-shared            \
                --host=$BUILD              \
                --build=$BUILD             \
+               --disable-multi-arch       \
                $OPTS                     &&
 
   # explicitly exit here since the following code unsets $?


More information about the Lunar-commits mailing list