summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-05-15 19:11:42 +0200
committerArwed von Merkatz2008-05-15 19:11:42 +0200
commitaf8af864da988d39d288dc8505a81ea9527f8689 (patch)
tree2d2db565477f3e8507a879d60718c15276e74fd2
parent81431b72d44f51f6f86994d48c5c0193e6f641eb (diff)
Revert "fortran: 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 020a94c8ab1ae7e32787b6f0faf2c1f347a591ef.
-rwxr-xr-xgnu/fortran/BUILD4
-rw-r--r--gnu/fortran/HISTORY5
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu/fortran/BUILD b/gnu/fortran/BUILD
index 7f2e92dc91..853d36847a 100755
--- a/gnu/fortran/BUILD
+++ b/gnu/fortran/BUILD
@@ -7,10 +7,6 @@ persistent_read gcc GCC_LDFLAGS LDFLAGS &&
sedit "s/lib64/lib/" gcc/config/i386/linux64.h &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- OPTS="--build=x86_64-pc-linux-gnu $OPTS"
-fi &&
-
cd $SOURCE_DIRECTORY.bld &&
$SOURCE_DIRECTORY/configure \
--host=$HOST \
diff --git a/gnu/fortran/HISTORY b/gnu/fortran/HISTORY
index c03bffadbc..0976b6126e 100644
--- a/gnu/fortran/HISTORY
+++ b/gnu/fortran/HISTORY
@@ -1,11 +1,6 @@
2008-03-15 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.3.0
* DEPENDS: Depends on gmp
- * 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