comparison gcc/config/rs6000/darwin.opt @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 ; Darwin options for PPC port. 1 ; Darwin options for PPC port.
2 ; 2 ;
3 ; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc. 3 ; Copyright (C) 2005-2017 Free Software Foundation, Inc.
4 ; Contributed by Aldy Hernandez <aldy@quesejoda.com>. 4 ; Contributed by Aldy Hernandez <aldy@quesejoda.com>.
5 ; 5 ;
6 ; This file is part of GCC. 6 ; This file is part of GCC.
7 ; 7 ;
8 ; GCC is free software; you can redistribute it and/or modify it under 8 ; GCC is free software; you can redistribute it and/or modify it under
32 32
33 findirect-data 33 findirect-data
34 Driver RejectNegative Alias(mfix-and-continue) 34 Driver RejectNegative Alias(mfix-and-continue)
35 35
36 m64 36 m64
37 Target RejectNegative Negative(m32) Mask(64BIT) 37 Target RejectNegative Negative(m32) Mask(64BIT) Var(rs6000_isa_flags)
38 Generate 64-bit code 38 Generate 64-bit code.
39 39
40 m32 40 m32
41 Target RejectNegative Negative(m64) InverseMask(64BIT) 41 Target RejectNegative Negative(m64) InverseMask(64BIT) Var(rs6000_isa_flags)
42 Generate 32-bit code 42 Generate 32-bit code.