diff options
Diffstat (limited to 'contrib/gcc/config/i386/biarch64.h')
-rw-r--r-- | contrib/gcc/config/i386/biarch64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/biarch64.h b/contrib/gcc/config/i386/biarch64.h index e2a5d91..2d34698 100644 --- a/contrib/gcc/config/i386/biarch64.h +++ b/contrib/gcc/config/i386/biarch64.h @@ -21,5 +21,5 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define TARGET_64BIT_DEFAULT -#define TARGET_BI_ARCH +#define TARGET_64BIT_DEFAULT MASK_64BIT +#define TARGET_BI_ARCH 1 |