summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-09-02 16:51:46 +0200
committerArwed von Merkatz2008-09-02 16:51:46 +0200
commit4f950d200b16413710d49a62f53ed3a98e2a5ded (patch)
tree6933645e2cf2fd184a5a1c17d5ead1a99acbe19c
parent6e1b2c5ec029ceb2f0a2c343af6f2e3e88727565 (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