diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-02-24 13:57:20 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-02-24 13:57:20 +0000 |
commit | 68ba2afe7c6adca1800fb23278000880862bbf14 (patch) | |
tree | d94d3a26610551af6e7c74b16112f3ec406b17fd /gcc/config.gcc | |
parent | 2d2e923fc1052f4af08e3a2b1d3dadd847b8307e (diff) | |
download | gcc-68ba2afe7c6adca1800fb23278000880862bbf14.zip gcc-68ba2afe7c6adca1800fb23278000880862bbf14.tar.gz gcc-68ba2afe7c6adca1800fb23278000880862bbf14.tar.bz2 |
sol2.h (NO_DBX_BNSYM_ENSYM): Define.
* config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
* config/i386/sol2-gas.h: New file.
* config.gcc (i[34567]86-*-solaris2*): Use it.
From-SVN: r157042
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 06b3daa..673e660 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1239,6 +1239,9 @@ i[34567]86-*-solaris2*) ;; esac tm_file="${tm_file} i386/sol2.h" + if test x$gas = xyes; then + tm_file="${tm_file} i386/sol2-gas.h" + fi tmake_file="${tmake_file} t-sol2 t-svr4" c_target_objs="${c_target_objs} sol2-c.o" cxx_target_objs="${cxx_target_objs} sol2-c.o" |