Alexandre Julliard : configure: Remove some no longer used variables.

Alexandre Julliard julliard at winehq.org
Mon Nov 7 13:30:42 CST 2011


Module: wine
Branch: master
Commit: 7a3c56a941f2e236996cb849eb7cacc28ff8162e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7a3c56a941f2e236996cb849eb7cacc28ff8162e

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov  7 17:12:38 2011 +0100

configure: Remove some no longer used variables.

---

 configure    |    6 ------
 configure.ac |    6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/configure b/configure
index 9251e6f..9223d27 100755
--- a/configure
+++ b/configure
@@ -4043,8 +4043,6 @@ case $host in
     then
       CC="$CC -m64"
       CXX="$CXX -m64"
-      LD="${LD:-ld} -arch x86_64"
-      AS="${AS:-as} -arch x86_64"
       host_cpu="x86_64"
       notice_platform="64-bit "
       TARGETFLAGS="-m64"
@@ -4052,8 +4050,6 @@ case $host in
     else
       CC="$CC -m32"
       CXX="$CXX -m32"
-      LD="${LD:-ld} -arch i386"
-      AS="${AS:-as} -arch i386"
       host_cpu="i386"
       notice_platform="32-bit "
       TARGETFLAGS="-m32"
@@ -4090,8 +4086,6 @@ $as_echo "no" >&6; }
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-      LD="${LD:-ld} -m elf_i386"
-      AS="${AS:-as} --32"
       host_cpu="i386"
       notice_platform="32-bit "
       TARGETFLAGS="-m32"
diff --git a/configure.ac b/configure.ac
index 1340757..362c2bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,16 +132,12 @@ case $host in
     then
       CC="$CC -m64"
       CXX="$CXX -m64"
-      LD="${LD:-ld} -arch x86_64"
-      AS="${AS:-as} -arch x86_64"
       host_cpu="x86_64"
       notice_platform="64-bit "
       AC_SUBST(TARGETFLAGS,"-m64")
     else
       CC="$CC -m32"
       CXX="$CXX -m32"
-      LD="${LD:-ld} -arch i386"
-      AS="${AS:-as} -arch i386"
       host_cpu="i386"
       notice_platform="32-bit "
       AC_SUBST(TARGETFLAGS,"-m32")
@@ -157,8 +153,6 @@ case $host in
       AC_LINK_IFELSE([AC_LANG_PROGRAM()],AC_MSG_RESULT([yes]),
                      [AC_MSG_RESULT([no])
                       AC_MSG_ERROR([Cannot build a 32-bit program, you need to install 32-bit development libraries.])])
-      LD="${LD:-ld} -m elf_i386"
-      AS="${AS:-as} --32"
       host_cpu="i386"
       notice_platform="32-bit "
       AC_SUBST(TARGETFLAGS,"-m32")




More information about the wine-cvs mailing list