diff options
author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-30 08:25:25 +0000 |
---|---|---|
committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-30 08:25:25 +0000 |
commit | 78f87101497179cc89dd62c9f3c9d37bccd6f2ca (patch) | |
tree | fe5593ad640ccabf83d73bbf5173794f78012213 /gcc/config/mips/linux.h | |
parent | b2d81d54d2bea61bcd9856e0a646beec526b7f27 (diff) | |
download | gcc-78f87101497179cc89dd62c9f3c9d37bccd6f2ca.tar.gz |
* config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/linux.h')
-rw-r--r-- | gcc/config/mips/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index f84867a1cf3..a56c1cc683f 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -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 |