Commit 8ed4390c by Andreas Tobler

t-freebsd64: Remove 32-bit soft-float multilibs.

2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>

    * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.

From-SVN: r221197
parent a6a543bf
2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
* config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
2015-03-03 Jan Hubicka <hubicka@ucw.cz>
* cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
......
......@@ -21,11 +21,9 @@
# On FreeBSD the 32-bit libraries are found under /usr/lib32.
# Set MULTILIB_OSDIRNAMES according to this.
MULTILIB_OPTIONS = m32 msoft-float
MULTILIB_DIRNAMES = 32 nof
MULTILIB_OPTIONS = m32
MULTILIB_DIRNAMES = 32
MULTILIB_EXTRA_OPTS = fPIC mstrict-align
MULTILIB_EXCEPTIONS =
MULTILIB_EXCLUSIONS = !m32/msoft-float
MULTILIB_OSDIRNAMES = ../lib32
#MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment