diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-10 00:56:27 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-10 00:56:27 +0000 |
commit | 69116fc26c575e2f180df3edeeb47d567a41aac6 (patch) | |
tree | 566e58bca35b18a15fce1a09c7943e0c9b74292d /gcc/config/pa/pa.opt | |
parent | 1c579c2893004f8def67b11f32c7d2ac73a85e96 (diff) | |
download | gcc-69116fc26c575e2f180df3edeeb47d567a41aac6.tar.gz |
Remove SIO and GNU_LD from config/pa/pa.opt
2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
PR other/52777
* config/pa/pa.opt: Remove SIO and GNU_LD.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186257 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa.opt')
-rw-r--r-- | gcc/config/pa/pa.opt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/pa/pa.opt b/gcc/config/pa/pa.opt index ccb4febd501..8cc4da3e165 100644 --- a/gcc/config/pa/pa.opt +++ b/gcc/config/pa/pa.opt @@ -138,9 +138,3 @@ Generate PA1.1 code mspace-regs Target RejectNegative Report InverseMask(NO_SPACE_REGS) Do not disable space regs - -Mask(SIO) -;; Generate cpp defines for server I/O. - -Mask(GNU_LD) -;; Assume GNU linker by default |