diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-14 16:12:33 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-14 16:12:33 +0000 |
commit | ee371cff84ae060057588dce2a2c40fa850aabd3 (patch) | |
tree | 353c8a3358242121f3be1393490d597ba185a41c /gcc/config/sparc/sol2.h | |
parent | a5004c3da9d0b789d68611ec00a1f59d8f62761b (diff) | |
download | gcc-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.h | 5 |
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. */ |