Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7a3c56a9
Commit
7a3c56a9
authored
Nov 07, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Remove some no longer used variables.
parent
ec56eee0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
configure
configure
+0
-6
configure.ac
configure.ac
+0
-6
No files found.
configure
View file @
7a3c56a9
...
...
@@ -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"
...
...
configure.ac
View file @
7a3c56a9
...
...
@@ -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")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment