tile: don't guard setting abi- variables with ifeq ($(subdir),misc)
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 30 May 2012 20:52:36 +0000 (16:52 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 30 May 2012 20:52:36 +0000 (16:52 -0400)
ChangeLog.tile
sysdeps/unix/sysv/linux/tile/tilegx/Makefile

index 3d52040..ce8c3e0 100644 (file)
@@ -1,5 +1,8 @@
 2012-05-30  Chris Metcalf  <cmetcalf@tilera.com>
 
+       * sysdeps/unix/sysv/linux/tile/tilegx/Makefile: Remove test
+       that $(subdir) is "misc" when setting abi- variables.
+
        * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Makefile: New file.
        * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Makefile: New file.
 
index f21610c..4f101f3 100644 (file)
@@ -1,10 +1,6 @@
-ifeq ($(subdir),misc)
-
 # Provide biarch definitions.
 abi-variants := 64 32
 abi-64-options := -D__LP64__
 abi-64-condition := __WORDSIZE == 64
 abi-32-options := -U__LP64__
 abi-32-condition := __WORDSIZE == 32
-
-endif