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] arch: s390 and 390x glibc patch


# HG changeset patch
# User harold@dev.site
# Date 1257952056 21600
# Node ID 4dfd56aa6ad7b752b3c3c420e350208b631598ce
# Parent  187e06178dcbe8a15147bb057e7242d5dccd8309
arch: s390 and 390x glibc patch

see s390.in and s390x.in for architecture URL pointers

diff -r 187e06178dcb -r 4dfd56aa6ad7 scripts/build/debug/100-dmalloc.sh
--- a/scripts/build/debug/100-dmalloc.sh	Fri Oct 30 20:08:44 2009 +0100
+++ b/scripts/build/debug/100-dmalloc.sh	Wed Nov 11 09:07:36 2009 -0600
@@ -41,6 +41,7 @@
         --prefix=/usr                                           \
         --build="${CT_BUILD}"                                   \
         --host="${CT_TARGET}"                                   \
+        --target="${CT_TARGET}"                                 \
         "${extra_config[@]}"
 
     CT_DoLog EXTRA "Building dmalloc"
diff -r 187e06178dcb -r 4dfd56aa6ad7 scripts/build/libc/glibc.sh
--- a/scripts/build/libc/glibc.sh	Fri Oct 30 20:08:44 2009 +0100
+++ b/scripts/build/libc/glibc.sh	Wed Nov 11 09:07:36 2009 -0600
@@ -134,7 +134,7 @@
                    |sed -r -e 's/\<(nptl|linuxthreads)\>/ /g;'  \
                            -e 's/ +/,/g; s/^,+//; s/,+$//;'     \
                   )"
-
+    extra_config+=("${CT_LIBC_GLIBC_EXTRA_CONFIG}")
     extra_config+=("--enable-add-ons=${addons_list}")
 
     extra_config+=("${addons_config}")
@@ -152,7 +152,8 @@
     CT_DoExecLog ALL                                            \
     "${CT_SRC_DIR}/glibc-${cvs}${CT_LIBC_VERSION}/configure"    \
         --build="${CT_BUILD}"                                   \
-        --host="${CT_TARGET}"                                   \
+        --host="${CT_BUILD}"                                    \
+        --target="${CT_TARGET}"                                 \
         --prefix=/usr                                           \
         --with-headers="${CT_HEADERS_DIR}"                      \
         --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]