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
This commit is contained in:
parent
52f2f1d754
commit
6b692a83a1
@ -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>
|
2007-03-26 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
PR target/31361
|
PR target/31361
|
||||||
|
@ -87,7 +87,9 @@ Boston, MA 02110-1301, USA. */
|
|||||||
#define DARWIN_MINVERSION_SPEC \
|
#define DARWIN_MINVERSION_SPEC \
|
||||||
"%{!m64|fgnu-runtime:10.4; \
|
"%{!m64|fgnu-runtime:10.4; \
|
||||||
,objective-c|,objc-cpp-output:10.5; \
|
,objective-c|,objc-cpp-output:10.5; \
|
||||||
|
,objective-c-header:10.5; \
|
||||||
,objective-c++|,objective-c++-cpp-output:10.5; \
|
,objective-c++|,objective-c++-cpp-output:10.5; \
|
||||||
|
,objective-c++-header|,objc++-cpp-output:10.5; \
|
||||||
:10.4}"
|
:10.4}"
|
||||||
|
|
||||||
#undef SUBTARGET_EXTRA_SPECS
|
#undef SUBTARGET_EXTRA_SPECS
|
||||||
|
@ -125,7 +125,9 @@
|
|||||||
#define DARWIN_MINVERSION_SPEC \
|
#define DARWIN_MINVERSION_SPEC \
|
||||||
"%{m64:%{fgnu-runtime:10.4; \
|
"%{m64:%{fgnu-runtime:10.4; \
|
||||||
,objective-c|,objc-cpp-output:10.5; \
|
,objective-c|,objc-cpp-output:10.5; \
|
||||||
|
,objective-c-header:10.5; \
|
||||||
,objective-c++|,objective-c++-cpp-output:10.5; \
|
,objective-c++|,objective-c++-cpp-output:10.5; \
|
||||||
|
,objective-c++-header|,objc++-cpp-output:10.5; \
|
||||||
:10.4}; \
|
:10.4}; \
|
||||||
shared-libgcc:10.3; \
|
shared-libgcc:10.3; \
|
||||||
:10.1}"
|
:10.1}"
|
||||||
|
Loading…
Reference in New Issue
Block a user