diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-01 02:33:13 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-01 02:33:13 +0000 |
commit | c9e1a04882fddc9c536ec918781f4ce178956a78 (patch) | |
tree | 737ec79a7682fc9ba6748959af7ccb8ed03d759d /gcc/config/mips/linux.h | |
parent | ea780751e87a2e34dfb447eab1eed34cfe2e46b1 (diff) | |
download | gcc-c9e1a04882fddc9c536ec918781f4ce178956a78.tar.gz |
Merge from rewrite branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66318 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 894fcd03b34..3663fe14a83 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -127,7 +127,7 @@ void FN () \ builtin_define_std ("linux"); \ builtin_assert ("system=linux"); \ /* The GNU C++ standard library requires this. */ \ - if (c_language = clk_cplusplus) \ + if (c_language == clk_cplusplus) \ builtin_define ("_GNU_SOURCE"); \ \ if (mips_abi == ABI_N32) \ |