summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-05-15 19:12:11 +0200
committerArwed von Merkatz2008-05-15 19:12:11 +0200
commit1f670f5d6b1a2b9049d04779bffbc50fffec9b55 (patch)
treefa6c408362af741131b0721875c689a8f50e721e
parent5d66330815f18ca87a8dfb9707040e7171ce4653 (diff)
Revert "g++: x86_64 build fix, otherwise tries to compile as x86_64-unknown-linux-gnu instead of x86_64-pc-linux-gnu and breaks"
This reverts commit 2cb501124b175aca726b60bdb56b1f4fc321722f.
-rwxr-xr-xgnu/g++/BUILD4
-rw-r--r--gnu/g++/HISTORY5
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu/g++/BUILD b/gnu/g++/BUILD
index 9c985892f9..993e5f87aa 100755
--- a/gnu/g++/BUILD
+++ b/gnu/g++/BUILD
@@ -11,10 +11,6 @@ if [[ "$ARCHITECTURE" == "pentium4" ||
CXXFLAGS=${CXXFLAGS//-ffast-math/}
fi &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- OPTS="--build=x86_64-pc-linux-gnu $OPTS"
-fi &&
-
sedit "s/lib64/lib/" gcc/config/i386/linux64.h &&
if [[ "$GCC_NOLIB64" == 'y' ]]; then
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index 574e463c7c..59c341196a 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,11 +1,6 @@
2008-03-15 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.3.0
* DEPENDS: Depends on gmp and mpfr
- * BUILD: Pass --build=x86_64-pc-linux-gnu for x86_64, only way I found
- to get around this warning:
- configure: WARNING: If you wanted to set the --build type, don't use
- --host. If a cross compiler is detected then cross compile mode will
- be used.
2008-02-05 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.2.3