summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/xm-sysv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/xm-sysv4.h')
-rw-r--r--gcc/config/rs6000/xm-sysv4.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/rs6000/xm-sysv4.h b/gcc/config/rs6000/xm-sysv4.h
index 6de597c187f..ff7850cdd96 100644
--- a/gcc/config/rs6000/xm-sysv4.h
+++ b/gcc/config/rs6000/xm-sysv4.h
@@ -23,9 +23,3 @@ Boston, MA 02111-1307, USA. */
/* Doubles are stored in memory with the high order word first. This
matters when cross-compiling. */
#define HOST_WORDS_BIG_ENDIAN 1
-
-/* if not compiled with GNU C, use only int bitfields. */
-#ifndef __GNUC__
-#undef ONLY_INT_FIELDS
-#define ONLY_INT_FIELDS
-#endif