diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-06 23:41:07 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-06 23:41:07 +0000 |
commit | 6cb9e8e1180766c51992eec0ebfdaeec05200aca (patch) | |
tree | f29808612fac843e248ab26a77442dfc227c95f7 /gcc/config/mips/mips.opt | |
parent | 821504b32d119930016aad02940a398ca6cef13e (diff) | |
download | gcc-6cb9e8e1180766c51992eec0ebfdaeec05200aca.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99337 138bc75d-0d04-0410-961f-82ee72b054a4
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 1db377ed160..cb78b8e7b40 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 |