mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 18:44:37 +08:00
config.gcc (hppa[12]*-*-hpux10*): Add stdint support.
* config.gcc (hppa[12]*-*-hpux10*): Add stdint support. From-SVN: r150341
This commit is contained in:
parent
175196a071
commit
be3e4ef633
@ -1,3 +1,7 @@
|
||||
2009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* config.gcc (hppa[12]*-*-hpux10*): Add stdint support.
|
||||
|
||||
2009-04-17 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* expr.c (store_constructor): Use promote_decl_mode. Remove
|
||||
|
@ -951,6 +951,8 @@ hppa[12]*-*-hpux10*)
|
||||
extra_options="${extra_options} pa/pa-hpux1010.opt"
|
||||
;;
|
||||
esac
|
||||
use_gcc_stdint=provide
|
||||
tm_file="${tm_file} hpux-stdint.h"
|
||||
tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
|
||||
case ${enable_threads} in
|
||||
"")
|
||||
|
Loading…
Reference in New Issue
Block a user