diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-22 01:44:52 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-22 01:44:52 +0000 |
commit | 7de97f9e1a0c1252ffc640f91061015cea939f32 (patch) | |
tree | 82f71da5bfe73f1fbe85e56bf100caed91a0e265 /gcc/config/vms | |
parent | b2712497d90d04e6c902eea9ab4c1bd6d0cb5f8c (diff) | |
download | gcc-7de97f9e1a0c1252ffc640f91061015cea939f32.zip gcc-7de97f9e1a0c1252ffc640f91061015cea939f32.tar.gz gcc-7de97f9e1a0c1252ffc640f91061015cea939f32.tar.bz2 |
osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option.
* config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
than Driver option.
* config/hpux11.opt (mt): Likewise.
* config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
* config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
* config/vax/elf.opt (mno-asm-pic): Likewise.
* config/vms/vms.opt (map, mvms-return-codes): Likewise.
From-SVN: r170383
Diffstat (limited to 'gcc/config/vms')
-rw-r--r-- | gcc/config/vms/vms.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vms/vms.opt b/gcc/config/vms/vms.opt index 620dcf8..a1713b8 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -17,7 +17,7 @@ ; <http://www.gnu.org/licenses/>. map -Driver RejectNegative +Target RejectNegative mmalloc64 Target Report Mask(MALLOC64) @@ -28,4 +28,4 @@ Target RejectNegative Joined Var(vms_debug_main) Set name of main routine for the debugger mvms-return-codes -Driver RejectNegative +Target RejectNegative |