diff options
Diffstat (limited to 'gcc/config/i386/sysv5.h')
-rw-r--r-- | gcc/config/i386/sysv5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sysv5.h b/gcc/config/i386/sysv5.h index 8c4ac625948..e7e283e6bfd 100644 --- a/gcc/config/i386/sysv5.h +++ b/gcc/config/i386/sysv5.h @@ -33,4 +33,4 @@ Boston, MA 02111-1307, USA. */ %{!shared:%{!symbolic:-lc -lcrt}}" #undef CPP_SPEC -#define CPP_SPEC "%{pthread:-D_REENTRANT} %{pthreadT:-D_REENTRANT}" +#define CPP_SPEC "%(cpp_cpu) %{pthread:-D_REENTRANT} %{pthreadT:-D_REENTRANT}" |