summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-07-01 21:31:14 +0200
committerArwed von Merkatz2008-07-01 21:31:14 +0200
commit57b263c1145153313455505b116e622a6a8af3b6 (patch)
tree084cf8f7b5245273e590dda9c17de95ccbfe13a6
parent48137e3c6986e977904c5c27a0da231f061dfa09 (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