re PR other/7956 (unreadable error on -m64 with --disable-multilib)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 20 Dec 2003 07:40:24 +0000 (08:40 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 20 Dec 2003 07:40:24 +0000 (07:40 +0000)
commit1713a69f0a1af440caa41ab9e60490ecd7247922
tree98af3c4457424fafdb93e9226d24dc790395de64
parentc96f4f736a59db9dc34b776392576d4832914689
re PR other/7956 (unreadable error on -m64 with --disable-multilib)

PR other/7956
* genmultilib: New variable disable_multilib.  Set it to 'yes'
if enable_multilib was set to 'no'.  Emit DISABLE_MULTILIB
if disable_multilib was set to 'yes'.
* gcc.c: Include multilib.h before tm.h.
* config/sparc/sol2-bi.h (LINK_ARCH_SPEC): Emit an error
message for multiarch options if DISABLE_MULTILIB is set.
* config/sparc/sol2-gld-bi.h (LINK_ARCH_SPEC): Likewise.

From-SVN: r74875
gcc/ChangeLog
gcc/config/sparc/sol2-bi.h
gcc/config/sparc/sol2-gld-bi.h
gcc/gcc.c
gcc/genmultilib