This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2 of 2] eglibc: disable multi-arch


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1288720633 25200
# Node ID b8cd5b01cda76a785094ffa9d2e4b264bc130fe2
# Parent  b1b5b68423aad334d11a988f625601992ed72577
eglibc: disable multi-arch

Crosstool-ng doesn't do multilib/multi-arch (yet), so we tell eglibc to turn it off.

diff -r b1b5b68423aa -r b8cd5b01cda7 scripts/build/libc/eglibc.sh
--- a/scripts/build/libc/eglibc.sh	Tue Nov 02 10:55:49 2010 -0700
+++ b/scripts/build/libc/eglibc.sh	Tue Nov 02 10:57:13 2010 -0700
@@ -209,6 +209,7 @@
         --with-headers="${CT_HEADERS_DIR}"              \
         --build="${CT_BUILD}"                           \
         --host="${CT_TARGET}"                           \
+        --disable-multi-arch                            \
         --disable-profile                               \
         --without-gd                                    \
         --without-cvs                                   \
@@ -317,6 +318,7 @@
         --with-headers="${CT_HEADERS_DIR}"                          \
         --build=${CT_BUILD}                                         \
         --host=${CT_TARGET}                                         \
+        --disable-multi-arch                                        \
         --disable-profile                                           \
         --without-gd                                                \
         --without-cvs                                               \

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]