]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp command line.
authorJeffrey A Law <law@cygnus.com>
Tue, 12 Oct 1999 05:51:42 +0000 (05:51 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 12 Oct 1999 05:51:42 +0000 (23:51 -0600)
        Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
        * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
        command line.

From-SVN: r29911

gcc/ChangeLog
gcc/config/pa/pa.h

index 2b4d598c35d64715ce655b6483bbf76ed7b0b5c3..c0d771400910e02e640198dd8ef828aca6b627ea 100644 (file)
@@ -1,5 +1,9 @@
 Mon Oct 11 23:35:19 1999  Jeffrey A Law  (law@cygnus.com)
 
+       Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
+       * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
+       command line.
+
        Thu Sep  2 20:08:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
        * regmove.c (fixup_match_1): Don't change an unchanging register.
        (stable_but_for_p): Renamed to:
index 2c0f0311100d04d84e23f2817d86fb046643d4a9..a6508e697f176fe7f5bef178781faf96395e316e 100644 (file)
@@ -278,11 +278,11 @@ extern int target_flags;
 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_PA_11) == 0
 #define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\
  %{mpa-risc-1-1:-D__hp9000s700 -D_PA_RISC1_1}\
- %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE}\
+ %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__}\
  %{threads:-D_REENTRANT -D_DCE_THREADS}"
 #else
 #define CPP_SPEC "%{!mpa-risc-1-0:%{!mnosnake:%{!msoft-float:-D__hp9000s700 -D_PA_RISC1_1}}} \
- %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE}\
+ %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__}\
  %{threads:-D_REENTRANT -D_DCE_THREADS}"
 #endif