mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
config.gcc [...]: Ignore --with-dwarf2 option.
* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Ignore --with-dwarf2 option. From-SVN: r167479
This commit is contained in:
parent
856542e151
commit
a65264ae6f
@ -1,3 +1,8 @@
|
||||
2010-12-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Ignore
|
||||
--with-dwarf2 option.
|
||||
|
||||
2010-12-03 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* lto-streamer-in.c (input_cfg): Fix pasto.
|
||||
|
@ -1065,6 +1065,10 @@ hppa[12]*-*-hpux10*)
|
||||
fi
|
||||
use_collect2=yes
|
||||
gas=yes
|
||||
if test "x$with_dwarf2" != x; then
|
||||
echo "Warning: dwarf2 debug format is not supported for this targe, --with-dwarf2 ignored" 1>&2
|
||||
dwarf2=no
|
||||
fi
|
||||
;;
|
||||
hppa*64*-*-hpux11*)
|
||||
target_cpu_default="MASK_PA_11|MASK_PA_20"
|
||||
@ -1153,6 +1157,10 @@ hppa[12]*-*-hpux11*)
|
||||
tm_file="${tm_file} hpux-stdint.h"
|
||||
;;
|
||||
esac
|
||||
if test "x$with_dwarf2" != x; then
|
||||
echo "Warning: dwarf2 debug format is not supported for this targe, --with-dwarf2 ignored" 1>&2
|
||||
dwarf2=no
|
||||
fi
|
||||
;;
|
||||
i[34567]86-*-darwin*)
|
||||
need_64bit_hwint=yes
|
||||
|
Loading…
Reference in New Issue
Block a user