summaryrefslogtreecommitdiffstats
path: root/gcc/config/i386/sol2.h
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-10 01:03:36 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-10 01:03:36 +0000
commit90e35d1ade5c2d7cb4f424bda884aa48704b3129 (patch)
tree3d90d17a264baf824bedf4f6733f3e706c71f2e6 /gcc/config/i386/sol2.h
parent4e151b05f8a87e819f4c0f74fb6dbccc1c6e3f4d (diff)
downloadppe42-gcc-90e35d1ade5c2d7cb4f424bda884aa48704b3129.tar.gz
ppe42-gcc-90e35d1ade5c2d7cb4f424bda884aa48704b3129.zip
* gcc.c: Document %{, in big comment at top.
(input_suffix_matches): Remove special handling for .s and .S. (input_spec_matches): New. (handle_braces): Handle %{,. (validate_switches): ',' indicates a value which is not a switch. * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{. to detect assembler input. * config/i386/sol2.h (CPP_SPEC): Likewise. * config/rs6000/sysv4.h (ASM_SPEC): Likewise. * config/rs6000/vxworks.h (ASM_SPEC): Likewise. * config/rs6000/lynx.h (ASM_SPEC): Likewise. * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise. * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus -m64 causes deployment target to default to 10.5. * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122783 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sol2.h')
-rw-r--r--gcc/config/i386/sol2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h
index 7593071030e..8df92e3b29c 100644
--- a/gcc/config/i386/sol2.h
+++ b/gcc/config/i386/sol2.h
@@ -51,7 +51,7 @@ Boston, MA 02110-1301, USA. */
/* Solaris 2/Intel as chokes on #line directives. */
#undef CPP_SPEC
-#define CPP_SPEC "%{.S:-P} %(cpp_subtarget)"
+#define CPP_SPEC "%{,assembler-with-cpp:-P} %(cpp_subtarget)"
/* FIXME: Removed -K PIC from generic Solaris 2 ASM_SPEC: the native assembler
gives many warnings: R_386_32 relocation is used for symbol ".text". */
OpenPOWER on IntegriCloud