aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2000-11-21 03:02:09 +0000
committerStan Shebs <shebs@gcc.gnu.org>2000-11-21 03:02:09 +0000
commit18922061f53107618decfb7aede96e8c902bc0b8 (patch)
tree80e209a711b33794aa660c7b9b5446df2cea567f /gcc/system.h
parentb555ebaa9e48c2b52b675258021a98b0f9adb7f8 (diff)
downloadgcc-18922061f53107618decfb7aede96e8c902bc0b8.zip
gcc-18922061f53107618decfb7aede96e8c902bc0b8.tar.gz
gcc-18922061f53107618decfb7aede96e8c902bc0b8.tar.bz2
xm-darwin.h: New file, Darwin host definitions.
* config/rs6000/xm-darwin.h: New file, Darwin host definitions. * config/rs6000/x-darwin: New file, Darwin host fragment. * config.gcc (powerpc-*-darwin*): New host. * system.h (HAVE_DESIGNATED_INITIALIZERS): Allow this to be overridden by a config file. From-SVN: r37601
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h
index f0b7b64..20531dd 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -429,8 +429,10 @@ extern void abort PARAMS ((void));
#endif
/* 1 if we have C99 designated initializers. */
+#if !defined(HAVE_DESIGNATED_INITIALIZERS)
#define HAVE_DESIGNATED_INITIALIZERS \
((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
+#endif
/* Define a STRINGIFY macro that's right for ANSI or traditional C.
Note: if the argument passed to STRINGIFY is itself a macro, eg