diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-03 02:13:31 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-03 02:13:31 +0000 |
commit | b24d1acf7fcd5260c0fd7031805778e63adffcf4 (patch) | |
tree | 0ef89f7c9f9f46ae2e9f6d0827bc3e8293b2d1c7 /gcc/config/pa | |
parent | aa18dd0f402df86fb39f72afeaf291a91f860a5c (diff) | |
download | gcc-b24d1acf7fcd5260c0fd7031805778e63adffcf4.zip gcc-b24d1acf7fcd5260c0fd7031805778e63adffcf4.tar.gz gcc-b24d1acf7fcd5260c0fd7031805778e63adffcf4.tar.bz2 |
pa-hpux10.opt: New.
* 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
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa-hpux.opt | 8 | ||||
-rw-r--r-- | gcc/config/pa/pa-hpux10.opt | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux.opt b/gcc/config/pa/pa-hpux.opt index 4a65626..eaed8be 100644 --- a/gcc/config/pa/pa-hpux.opt +++ b/gcc/config/pa/pa-hpux.opt @@ -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 index 0000000..59056de --- /dev/null +++ b/gcc/config/pa/pa-hpux10.opt @@ -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 |