diff options
author | Eric Christopher <echristo@redhat.com> | 2005-05-06 23:41:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2005-05-06 23:41:07 +0000 |
commit | fb8136b22758e0ea22851d6dabddbecef70d23c6 (patch) | |
tree | f29808612fac843e248ab26a77442dfc227c95f7 /gcc/config/mips/mips.opt | |
parent | 2ed0018eb41c5b8fe2b39415facab3c1f7114b95 (diff) | |
download | gcc-fb8136b22758e0ea22851d6dabddbecef70d23c6.zip gcc-fb8136b22758e0ea22851d6dabddbecef70d23c6.tar.gz gcc-fb8136b22758e0ea22851d6dabddbecef70d23c6.tar.bz2 |
mips.opt: Remove -mint64 option.
2005-05-06 Eric Christopher <echristo@redhat.com>
* config/mips/mips.opt: Remove -mint64 option.
* config/mips/mips.c (override_options): Remove -mint64
handling.
* config/mips/mips.h (INT_TYPE_SIZE): Define to 32.
* config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Remove
64-bit integer handling.
* doc/invoke.texi (Option Summary): Remove -mint64 for
mips.
From-SVN: r99337
Diffstat (limited to 'gcc/config/mips/mips.opt')
-rw-r--r-- | gcc/config/mips/mips.opt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index 1db377e..cb78b8e 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -133,10 +133,6 @@ mhard-float Target Report RejectNegative InverseMask(SOFT_FLOAT, HARD_FLOAT) Allow the use of hardware floating-point instructions -mint64 -Target Report RejectNegative Mask(INT64) -Use a 64-bit int type - mips Target RejectNegative Joined -mipsN Generate code for ISA level N |