diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2002-08-14 16:12:33 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2002-08-14 16:12:33 +0000 |
commit | be3a0ce2cad4edae67427259abb569e152ef7cc5 (patch) | |
tree | 353c8a3358242121f3be1393490d597ba185a41c /gcc/config/sparc | |
parent | ccfc6cc8fa5ab66c0e2dede177aa5b1010523ffc (diff) | |
download | gcc-be3a0ce2cad4edae67427259abb569e152ef7cc5.tar.gz |
* config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
From-SVN: r56297
Diffstat (limited to 'gcc/config/sparc')
-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. */ |