pa-hpux10.opt: New.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 3 Feb 2011 02:13:31 +0000 (02:13 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 3 Feb 2011 02:13:31 +0000 (02:13 +0000)
* config/pa/pa-hpux10.opt: New.
* config/hpux11.opt (pthread): New Driver option.
* config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
* config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.

From-SVN: r169779

gcc/ChangeLog
gcc/config.gcc
gcc/config/hpux11.opt
gcc/config/pa/pa-hpux.opt
gcc/config/pa/pa-hpux10.opt [new file with mode: 0644]

index 45de2cceb2ca21f29845d2fc08bf8ca6d1217611..e276dfdd6075bc226fe024102419ef30a3d23bca 100644 (file)
@@ -1,3 +1,10 @@
+2011-02-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/pa/pa-hpux10.opt: New.
+       * config/hpux11.opt (pthread): New Driver option.
+       * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
+       * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
+
 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
 
        * config/ia64/vms.opt: New.
index dacc53250235d2939c8c547c15bcc2fc43ccb27c..443bb5d27de6f0e9c74cea364fa699e84b3f02f8 100644 (file)
@@ -1037,7 +1037,7 @@ hppa[12]*-*-hpux10*)
        esac
        tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
                 pa/pa-hpux.h pa/pa-hpux10.h"
-       extra_options="${extra_options} pa/pa-hpux.opt"
+       extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux10.opt"
        case ${target} in
        *-*-hpux10.[1-9]*)
                tm_file="${tm_file} pa/pa-hpux1010.h"
index 7b572a441965d64a25bf0229ef83bd5cf950df91..507d9b890bd15e9a3c3f3e6e413da7804a6a5614 100644 (file)
@@ -27,4 +27,7 @@
 mt
 Driver RejectNegative
 
+pthread
+Driver
+
 ; This comment is to ensure we retain the blank line above.
index 4a6562681669c0d98b363dd3251d950e73c79f35..eaed8be2d97e7a62bbd92dedd0e2757b99632120 100644 (file)
@@ -1,6 +1,6 @@
 ; Options for the HP PA-RISC port of the compiler.
 
-; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2011 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -29,3 +29,9 @@ Specify UNIX standard for predefines and linking
 mwsio
 Target RejectNegative InverseMask(SIO)
 Generate cpp defines for workstation IO
+
+nolibdld
+Driver
+
+rdynamic
+Driver
diff --git a/gcc/config/pa/pa-hpux10.opt b/gcc/config/pa/pa-hpux10.opt
new file mode 100644 (file)
index 0000000..59056de
--- /dev/null
@@ -0,0 +1,22 @@
+; Options specific to HP-UX 10.
+
+; Copyright (C) 2011 Free Software Foundation, Inc.
+;
+; This file is part of GCC.
+;
+; GCC is free software; you can redistribute it and/or modify it under
+; the terms of the GNU General Public License as published by the Free
+; Software Foundation; either version 3, or (at your option) any later
+; version.
+;
+; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+; WARRANTY; without even the implied warranty of MERCHANTABILITY or
+; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+; for more details.
+;
+; You should have received a copy of the GNU General Public License
+; along with GCC; see the file COPYING3.  If not see
+; <http://www.gnu.org/licenses/>.
+
+threads
+Driver