aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2007-03-27 01:04:30 +0000
committerMike Stump <mrs@gcc.gnu.org>2007-03-27 01:04:30 +0000
commit6b692a83a111cec204f5c7dc5caa48910bdccfab (patch)
tree364435b50f24bcd9bec068a2d7baf639f8d5665d /gcc
parent52f2f1d754c441a616847d8ed2b652f1d08b21e6 (diff)
downloadgcc-6b692a83a111cec204f5c7dc5caa48910bdccfab.zip
gcc-6b692a83a111cec204f5c7dc5caa48910bdccfab.tar.gz
gcc-6b692a83a111cec204f5c7dc5caa48910bdccfab.tar.bz2
darwin.h (DARWIN_MINVERSION_SPEC): Add objective-c-header, objective-c++-header and objc++-cpp-output support.
* config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add objective-c-header, objective-c++-header and objc++-cpp-output support. * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise. From-SVN: r123252
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/i386/darwin.h2
-rw-r--r--gcc/config/rs6000/darwin.h2
3 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bba2586..1f5a44c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-26 Mike Stump <mrs@apple.com>
+
+ * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
+ objective-c-header, objective-c++-header and objc++-cpp-output
+ support.
+ * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
+
2007-03-26 Richard Henderson <rth@redhat.com>
PR target/31361
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h
index 0f5b545..874f1a3 100644
--- a/gcc/config/i386/darwin.h
+++ b/gcc/config/i386/darwin.h
@@ -87,7 +87,9 @@ Boston, MA 02110-1301, USA. */
#define DARWIN_MINVERSION_SPEC \
"%{!m64|fgnu-runtime:10.4; \
,objective-c|,objc-cpp-output:10.5; \
+ ,objective-c-header:10.5; \
,objective-c++|,objective-c++-cpp-output:10.5; \
+ ,objective-c++-header|,objc++-cpp-output:10.5; \
:10.4}"
#undef SUBTARGET_EXTRA_SPECS
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index 6608481..efc128d 100644
--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -125,7 +125,9 @@
#define DARWIN_MINVERSION_SPEC \
"%{m64:%{fgnu-runtime:10.4; \
,objective-c|,objc-cpp-output:10.5; \
+ ,objective-c-header:10.5; \
,objective-c++|,objective-c++-cpp-output:10.5; \
+ ,objective-c++-header|,objc++-cpp-output:10.5; \
:10.4}; \
shared-libgcc:10.3; \
:10.1}"