summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-05-15 19:11:56 +0200
committerArwed von Merkatz2008-05-15 19:11:56 +0200
commit5d66330815f18ca87a8dfb9707040e7171ce4653 (patch)
tree60147d44b71573968a56ad9960d45e790e7e8c90
parent138ae933b8d4439ed48de6315c00a33ce96e6f64 (diff)
Revert "gcj: 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 5fdd62a9dd87c6ae6291d512bf6454111770051f.
-rwxr-xr-xgnu/gcj/BUILD4
-rw-r--r--gnu/gcj/HISTORY5
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu/gcj/BUILD b/gnu/gcj/BUILD
index 1af3ceda07..47642dbd94 100755
--- a/gnu/gcj/BUILD
+++ b/gnu/gcj/BUILD
@@ -10,10 +10,6 @@ if [ "$GCJ_AWT" = "y" ]; then
CFLAGS="$CFLAGS -I${INSTALL_ROOT}/usr/include/freetype2"
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 &&
cd $SOURCE_DIRECTORY.bld &&
diff --git a/gnu/gcj/HISTORY b/gnu/gcj/HISTORY
index 4f484452bd..8c398f807f 100644
--- a/gnu/gcj/HISTORY
+++ b/gnu/gcj/HISTORY
@@ -5,11 +5,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