diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2004-04-17 02:32:23 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2004-04-17 02:32:23 +0000 |
commit | 04db08dbd114491228b3181f74fd2d0cd57f8ad7 (patch) | |
tree | 73a277496b2df6d4415b2399d70b515225f01708 /gcc/config.gcc | |
parent | 4a4d66e8ed3a884ee1e784c4538031a3949aaa07 (diff) | |
download | gcc-04db08dbd114491228b3181f74fd2d0cd57f8ad7.zip gcc-04db08dbd114491228b3181f74fd2d0cd57f8ad7.tar.gz gcc-04db08dbd114491228b3181f74fd2d0cd57f8ad7.tar.bz2 |
config.gcc (i[34567]86-*-solaris2*): Default to DWARF-2 debugging on Solaris 7 and up.
* config.gcc (i[34567]86-*-solaris2*): Default to DWARF-2
debugging on Solaris 7 and up.
From-SVN: r80785
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 6d3cab1..0e8ad94 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -987,6 +987,11 @@ i[34567]86-*-solaris2*) else tmake_file="$tmake_file t-slibgcc-sld" fi + case ${target} in + *-*-solaris2.[789] | *-*-solaris2.1[0-9]) + tm_file="$tm_file tm-dwarf2.h" + ;; + esac extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" case ${enable_threads}:${have_pthread_h}:${have_thread_h} in no:*:*) ;; |