summaryrefslogtreecommitdiffstats
path: root/target/device/Arm/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-29 19:17:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-29 19:17:39 +0000
commit3de7a21bc743a691b158bd078569b4c9040fb60c (patch)
treed5c9a4008412aaf017cb0e376446b0a008bc5fe3 /target/device/Arm/Makefile.in
parent7a478629c14a91a87c416a255cfd83581f438ded (diff)
downloadbuildroot-novena-3de7a21bc743a691b158bd078569b4c9040fb60c.tar.gz
buildroot-novena-3de7a21bc743a691b158bd078569b4c9040fb60c.zip
- add mips/mipsel target architecture selection
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
Diffstat (limited to 'target/device/Arm/Makefile.in')
-rw-r--r--target/device/Arm/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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