Skip to content
Snippets Groups Projects
Commit cce534e0 authored by doko's avatar doko
Browse files

2006-12-17 Matthias Klose <doko@debian.org>

        PR libstdc++/11953
        * gcc/config/mips/linux.h (SUBTARGET_CPP_SPEC): Extend.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119986 138bc75d-0d04-0410-961f-82ee72b054a4
parent 5b58e627
No related branches found
No related tags found
No related merge requests found
2006-12-17 Matthias Klose <doko@debian.org>
PR libstdc++/11953
* gcc/config/mips/linux.h (SUBTARGET_CPP_SPEC): Extend.
2006-12-17 Steven Bosscher <steven@gcc.gnu.org> 2006-12-17 Steven Bosscher <steven@gcc.gnu.org>
   
* cse.c (cse_find_path): Don't wrap a gcc_assert in ENABLE_CHECKING. * cse.c (cse_find_path): Don't wrap a gcc_assert in ENABLE_CHECKING.
......
...@@ -90,7 +90,7 @@ Boston, MA 02110-1301, USA. */ ...@@ -90,7 +90,7 @@ Boston, MA 02110-1301, USA. */
} while (0) } while (0)
#undef SUBTARGET_CPP_SPEC #undef SUBTARGET_CPP_SPEC
#define SUBTARGET_CPP_SPEC "%{pthread:-D_REENTRANT}" #define SUBTARGET_CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
/* A standard GNU/Linux mapping. On most targets, it is included in /* A standard GNU/Linux mapping. On most targets, it is included in
CC1_SPEC itself by config/linux.h, but mips.h overrides CC1_SPEC CC1_SPEC itself by config/linux.h, but mips.h overrides CC1_SPEC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment