darwin.h (DARWIN_MINVERSION_SPEC): Add objective-c-header, objective-c++-header and...
authorMike Stump <mrs@apple.com>
Tue, 27 Mar 2007 01:04:30 +0000 (01:04 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 27 Mar 2007 01:04:30 +0000 (01:04 +0000)
* 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

gcc/ChangeLog
gcc/config/i386/darwin.h
gcc/config/rs6000/darwin.h

index bba25862459cea6b6e684204f6416b5e3b499d2d..1f5a44c8f47cd848b4d6512b8c40a5cba0d0b362 100644 (file)
@@ -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
index 0f5b54545dcceb86a10ec5d2e9898820a1b7331e..874f1a35dd4d63dd45b09eb0b0dee35ef7628b82 100644 (file)
@@ -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
index 6608481fe5ff3f64d588f77920630aebd6328571..efc128dbdf7b9f28b7e1b7f2f32f8e1ab4633d9f 100644 (file)
 #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}"