summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sol2.h
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-14 16:12:33 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-14 16:12:33 +0000
commitee371cff84ae060057588dce2a2c40fa850aabd3 (patch)
tree353c8a3358242121f3be1393490d597ba185a41c /gcc/config/sparc/sol2.h
parenta5004c3da9d0b789d68611ec00a1f59d8f62761b (diff)
downloadgcc-ee371cff84ae060057588dce2a2c40fa850aabd3.tar.gz
* config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56297 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sol2.h')
-rw-r--r--gcc/config/sparc/sol2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h
index 728774d49be..e343e3e9535 100644
--- a/gcc/config/sparc/sol2.h
+++ b/gcc/config/sparc/sol2.h
@@ -47,6 +47,11 @@ Boston, MA 02111-1307, USA. */
%{!mcpu*:%(asm_cpu_default)} \
"
+#undef SUBTARGET_EXTRA_SPECS
+#define SUBTARGET_EXTRA_SPECS \
+ { "startfile_arch", STARTFILE_ARCH_SPEC }, \
+ { "link_arch", LINK_ARCH_SPEC }
+
/* However it appears that Solaris 2.0 uses the same reg numbering as
the old BSD-style system did. */