configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.
commit4551169f831b3b41c5ab40d5c8c94d22e479a41c
authorRichard Sandiford <richard@codesourcery.com>
Sun, 29 Oct 2006 11:13:14 +0000 (29 11:13 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 29 Oct 2006 11:13:14 +0000 (29 11:13 +0000)
treebf8f66085211cfd059a02f06010d2a8b21c8d8da
parent5f687d19e06bbdeccc7a0b6d831ae884d177b522
configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.

gcc/
* configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.  Test for the
-mno-shared assembler option on mips targets.
* configure, config.in: Regenerate.
* config/mips/linux.h (NO_SHARED_SPECS): New macro.
(DRIVER_SELF_SPECS): Define to NO_SHARED_SPECS if non-empty.
* config/mips/linux64.h (DRIVER_SELF_SPECS): Include NO_SHARED_SPECS.

From-SVN: r118138
gcc/ChangeLog
gcc/config.in
gcc/config/mips/linux.h
gcc/config/mips/linux64.h
gcc/configure
gcc/configure.ac