about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tile/bits/environments.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/tile/bits/environments.h')
-rw-r--r--sysdeps/unix/sysv/linux/tile/bits/environments.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/tile/bits/environments.h b/sysdeps/unix/sysv/linux/tile/bits/environments.h
index 67cfc846ca..7632901bdd 100644
--- a/sysdeps/unix/sysv/linux/tile/bits/environments.h
+++ b/sysdeps/unix/sysv/linux/tile/bits/environments.h
@@ -89,12 +89,10 @@
 
 #endif /* __WORDSIZE == 32 */
 
-#ifdef __tilegx__
-/* Only TILE-Gx has the ability to choose 32- or 64-bit. */
+/* TILE-Gx has the ability to choose 32- or 64-bit. */
 #define __ILP32_OFF32_CFLAGS	"-m32"
 #define __ILP32_OFFBIG_CFLAGS	"-m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 #define __ILP32_OFF32_LDFLAGS	"-m32"
 #define __ILP32_OFFBIG_LDFLAGS	"-m32"
 #define __LP64_OFF64_CFLAGS	"-m64"
 #define __LP64_OFF64_LDFLAGS	"-m64"
-#endif