]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (hppa[12]*-*-hpux10*): Add stdint support.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 2 Aug 2009 01:25:33 +0000 (01:25 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Aug 2009 01:25:33 +0000 (01:25 +0000)
* config.gcc (hppa[12]*-*-hpux10*): Add stdint support.

From-SVN: r150341

gcc/ChangeLog
gcc/config.gcc

index b75113fb8c1cb9e673b00b77e1219018c26e916c..3dabbd8ed1c87c0ee80f12ca6e4fe17fe4b592c4 100644 (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
index 3d68b710d1b6ea962d7e559a3837ab16547f2644..2c8dd98b45c5b7da03b8938064822ff0a53c64d6 100644 (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
          "")