specifying --with-abi without --with-multilib-list

216 views
Skip to first unread message

Mike Frysinger

unread,
Jun 3, 2012, 8:23:17 PM6/3/12
to x32...@googlegroups.com
if i configure gcc using --with-abi=mx32, but don't specify
--with-multilib-list, then the config will default to
--with-multilib-list=m32,m64. then trying to build gcc will fail as
it will use "." for its os multilib dir instead of "../libx32". if i
specify --with-multilib-list=mx32, then everything works great.

should the config.gcc logic for with_multilib_list==default consult
the with_abi setting ? maybe something like:
if test "$x86_multilibs" = "default"; then
if test "$with_abi" != ""; then
x86_multilibs="$with_abi"
else
x86_multilibs="m64,m32"
fi
fi
-mike

H.J. Lu

unread,
Jun 4, 2012, 10:38:42 AM6/4/12
to x32...@googlegroups.com
I opened:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53575

Let's discuss there.

--
H.J.

H.J.

unread,
Jun 5, 2012, 9:46:29 AM6/5/12
to X32 System V Application Binary Interface
It is fixed on trunk and hjl/x32/gcc-4_7-branch branch.


H.J.
Reply all
Reply to author
Forward
0 new messages