* config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.
From-SVN: r118179
This commit is contained in:
parent
cc59abbf35
commit
aaf0c39c04
@ -1,3 +1,7 @@
|
||||
2006-10-30 David Daney <ddaney@avtrex.com>
|
||||
|
||||
* config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.
|
||||
|
||||
2006-10-30 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/29637
|
||||
|
@ -183,7 +183,7 @@ Boston, MA 02110-1301, USA. */
|
||||
#ifdef HAVE_AS_NO_SHARED
|
||||
/* Default to -mno-shared for non-PIC. */
|
||||
#define NO_SHARED_SPECS \
|
||||
"%{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}",
|
||||
"%{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}"
|
||||
#define DRIVER_SELF_SPECS NO_SHARED_SPECS
|
||||
#else
|
||||
#define NO_SHARED_SPECS
|
||||
|
Loading…
Reference in New Issue
Block a user