comparison gcc/config/pa/pa64-hpux.opt @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 ; Options for the HP PA-RISC port of the compiler. 1 ; Options for the HP PA-RISC port of the compiler.
2 2
3 ; Copyright (C) 2005, 2007 Free Software Foundation, Inc. 3 ; Copyright (C) 2005-2017 Free Software Foundation, Inc.
4 ; 4 ;
5 ; This file is part of GCC. 5 ; This file is part of GCC.
6 ; 6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under 7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free 8 ; the terms of the GNU General Public License as published by the Free
17 ; You should have received a copy of the GNU General Public License 17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3. If not see 18 ; along with GCC; see the file COPYING3. If not see
19 ; <http://www.gnu.org/licenses/>. 19 ; <http://www.gnu.org/licenses/>.
20 20
21 mgnu-ld 21 mgnu-ld
22 Target RejectNegative Mask(GNU_LD) MaskExists 22 Target RejectNegative Mask(GNU_LD)
23 Assume code will be linked by GNU ld 23 Assume code will be linked by GNU ld.
24 24
25 mhp-ld 25 mhp-ld
26 Target RejectNegative InverseMask(GNU_LD) 26 Target RejectNegative InverseMask(GNU_LD)
27 Assume code will be linked by HP ld 27 Assume code will be linked by HP ld.