[EABI] test for eabi compatibility a little bit better than before
diff --git a/arch/arm/rules.mk b/arch/arm/rules.mk
index 8630f52..84b4c73 100644
--- a/arch/arm/rules.mk
+++ b/arch/arm/rules.mk
@@ -89,9 +89,7 @@
 # set the default toolchain to arm elf and set a #define
 TOOLCHAIN_PREFIX ?= arm-elf-
 ifeq ($(TOOLCHAIN_PREFIX),arm-none-linux-gnueabi-)
-DEFINES += \
-	WITH_LINUX_EABI_TOOLCHAIN=1
-
+# XXX test for EABI better than this
 # eabi compilers dont need this
 THUMBINTERWORK:=
 else