diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 19:17:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 19:17:39 +0000 |
commit | 3de7a21bc743a691b158bd078569b4c9040fb60c (patch) | |
tree | d5c9a4008412aaf017cb0e376446b0a008bc5fe3 /target/linux | |
parent | 7a478629c14a91a87c416a255cfd83581f438ded (diff) | |
download | buildroot-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/linux')
-rw-r--r-- | target/linux/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index 14d4e085e..bf5b9492d 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -148,7 +148,7 @@ endif $(LINUX26_DIR)/.configured: $(LINUX26_DIR)/.patched $(LINUX26_KCONFIG) cp -dpf $(LINUX26_KCONFIG) $(LINUX26_DIR)/.config $(SED) '/CONFIG_AEABI=y/d' $(LINUX26_DIR)/.config -ifeq ($(BR2_ARM_EABI),y) +ifeq ($(BR2_EABI),y) echo "CONFIG_AEABI=y" >> $(LINUX26_DIR)/.config $(SED) '/CONFIG_OABI_COMPAT/d' $(LINUX26_DIR)/.config echo "# CONFIG_OABI_COMPAT is not set" >> $(LINUX26_DIR)/.config |