diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-24 13:57:20 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-24 13:57:20 +0000 |
commit | 0adf6b09f60d09b6c54b9512c336110c3ec7ef78 (patch) | |
tree | d94d3a26610551af6e7c74b16112f3ec406b17fd /gcc/config.gcc | |
parent | 8f45ab4d507410fe18cb2bca95fc8149b5404168 (diff) | |
download | gcc-0adf6b09f60d09b6c54b9512c336110c3ec7ef78.tar.gz |
* config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
* config/i386/sol2-gas.h: New file.
* config.gcc (i[34567]86-*-solaris2*): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157042 138bc75d-0d04-0410-961f-82ee72b054a4
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 06b3daa7c2e..673e660236f 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" |