Commit b24d1acf by Joseph Myers Committed by Joseph Myers

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
parent aa18dd0f
2011-02-02 Joseph Myers <joseph@codesourcery.com> 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. * config/ia64/vms.opt: New.
* config.gcc (ia64-hp-*vms*): Use ia64/vms.opt. * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
......
...@@ -1037,7 +1037,7 @@ hppa[12]*-*-hpux10*) ...@@ -1037,7 +1037,7 @@ hppa[12]*-*-hpux10*)
esac esac
tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \ tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
pa/pa-hpux.h pa/pa-hpux10.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 case ${target} in
*-*-hpux10.[1-9]*) *-*-hpux10.[1-9]*)
tm_file="${tm_file} pa/pa-hpux1010.h" tm_file="${tm_file} pa/pa-hpux1010.h"
......
...@@ -27,4 +27,7 @@ ...@@ -27,4 +27,7 @@
mt mt
Driver RejectNegative Driver RejectNegative
pthread
Driver
; This comment is to ensure we retain the blank line above. ; This comment is to ensure we retain the blank line above.
; Options for the HP PA-RISC port of the compiler. ; 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. ; This file is part of GCC.
; ;
...@@ -29,3 +29,9 @@ Specify UNIX standard for predefines and linking ...@@ -29,3 +29,9 @@ Specify UNIX standard for predefines and linking
mwsio mwsio
Target RejectNegative InverseMask(SIO) Target RejectNegative InverseMask(SIO)
Generate cpp defines for workstation IO Generate cpp defines for workstation IO
nolibdld
Driver
rdynamic
Driver
; 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment