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
This commit is contained in:
parent
4a4d66e8ed
commit
04db08dbd1
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-04-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* config.gcc (i[34567]86-*-solaris2*): Default to DWARF-2
|
||||
debugging on Solaris 7 and up.
|
||||
|
||||
2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* doc/install.texi (Specific, mips-sgi-irix5): Reflect working
|
||||
|
|
|
@ -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:*:*) ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue