config.gcc (hppa[12]*-*-hpux10*): Add stdint support.

* config.gcc (hppa[12]*-*-hpux10*): Add stdint support.

From-SVN: r150341
This commit is contained in:
John David Anglin 2009-08-02 01:25:33 +00:00 committed by John David Anglin
parent 175196a071
commit be3e4ef633
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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
"")