From 3de7a21bc743a691b158bd078569b4c9040fb60c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 29 Sep 2007 19:17:39 +0000 Subject: - add mips/mipsel target architecture selection - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI --- target/device/Arm/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device/Arm/Makefile.in') diff --git a/target/device/Arm/Makefile.in b/target/device/Arm/Makefile.in index a55389e7f..db1b81240 100644 --- a/target/device/Arm/Makefile.in +++ b/target/device/Arm/Makefile.in @@ -7,7 +7,7 @@ UCLIBC_CONFIG_FILE:=target/device/Arm/uClibc.integrator926.config endif # pin some settings -BR2_ARM_EABI:=y +BR2_EABI:=y BR2_GNU_TARGET_SUFFIX:="linux-uclibcgnueabi" BR2_DEFAULT_KERNEL_HEADERS:="2.6.22.8" endif -- cgit v1.2.3