summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-14 10:38:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-14 10:38:09 -0600
commitd2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8 (patch)
treec3e30f1f53c1309536af510194798ee786806fb2 /misc
parent60dcefb53d5fb09be1b9ead66aba2e831e88b474 (diff)
downloadnuttx-d2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8.tar.gz
nuttx-d2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8.tar.bz2
nuttx-d2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8.zip
Minor changes for OpenSUSE 13.1 build; update a couple of configurations in include kconfig-frontends buildnuttx-7.4
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/Makefile3
-rw-r--r--misc/buildroot/configs/cortexa8-eabi-defconfig-4.8.29
-rw-r--r--misc/buildroot/configs/cortexm3-eabi-defconfig-4.8.25
3 files changed, 16 insertions, 1 deletions
diff --git a/misc/buildroot/Makefile b/misc/buildroot/Makefile
index 94b70aaad..5b8d0e80b 100644
--- a/misc/buildroot/Makefile
+++ b/misc/buildroot/Makefile
@@ -73,7 +73,7 @@ TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS))
TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS))
-world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) nuttx_setup $(NUTTX_HDRS) $(TARGETS)
+world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TOOL_BUILD_DIR) nuttx_setup $(NUTTX_HDRS) $(TARGETS)
dirs: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(NUTTX_DIR)
.PHONY: all world dirs clean dirclean distclean source $(TARGETS) \
@@ -90,6 +90,7 @@ $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR):
@mkdir -p $@
$(STAGING_DIR):
+ @mkdir -p $(STAGING_DIR)/bin
@mkdir -p $(STAGING_DIR)/lib
@mkdir -p $(STAGING_DIR)/include
@mkdir -p $(STAGING_DIR)/usr
diff --git a/misc/buildroot/configs/cortexa8-eabi-defconfig-4.8.2 b/misc/buildroot/configs/cortexa8-eabi-defconfig-4.8.2
index 3e8c571ac..1ec4955c0 100644
--- a/misc/buildroot/configs/cortexa8-eabi-defconfig-4.8.2
+++ b/misc/buildroot/configs/cortexa8-eabi-defconfig-4.8.2
@@ -37,16 +37,19 @@ BR2_arm=y
# BR2_cortex_a5 is not set
BR2_cortex_a8=y
# BR2_cortex_m3 is not set
+# BR2_cortex_m4f is not set
# BR2_cortex_m0 is not set
# BR2_sa110 is not set
# BR2_sa1100 is not set
# BR2_xscale is not set
# BR2_iwmmxt is not set
BR2_GCC_CORTEX=y
+# BR2_GCC_CORTEX_M4F is not set
# BR2_ARM_OABI is not set
BR2_ARM_EABI=y
BR2_ARCH="arm"
BR2_GCC_TARGET_TUNE="cortex-a8"
+BR2_GCC_TARGET_ARCH="armv7-a"
BR2_GCC_TARGET_ABI="aapcs-linux"
BR2_ENDIAN="LITTLE"
@@ -95,6 +98,7 @@ BR2_PACKAGE_GCC=y
# BR2_GCC_VERSION_4_3_3 is not set
# BR2_GCC_VERSION_4_5_2 is not set
# BR2_GCC_VERSION_4_6_3 is not set
+# BR2_GCC_VERSION_4_7_3 is not set
BR2_GCC_VERSION_4_8_2=y
BR2_GCC_SUPPORTS_SYSROOT=y
BR2_GCC_VERSION="4.8.2"
@@ -117,6 +121,11 @@ BR2_INSTALL_LIBSTDCPP=y
#
BR2_PACKAGE_NXFLAT=y
BR2_PACKAGE_GENROMFS=y
+BR2_PACKAGE_KCONFIG_FRONTENDS=y
+# BR2_NCONF_FRONTEND is not set
+# BR2_GCONF_FRONTEND is not set
+# BR2_QCONF_FRONTEND is not set
+BR2_KCONFIG_FRONTENDS_VERSION="3.12.0.0"
#
# Common Toolchain Options
diff --git a/misc/buildroot/configs/cortexm3-eabi-defconfig-4.8.2 b/misc/buildroot/configs/cortexm3-eabi-defconfig-4.8.2
index b2418c7f9..daa33878f 100644
--- a/misc/buildroot/configs/cortexm3-eabi-defconfig-4.8.2
+++ b/misc/buildroot/configs/cortexm3-eabi-defconfig-4.8.2
@@ -121,6 +121,11 @@ BR2_INSTALL_LIBSTDCPP=y
#
BR2_PACKAGE_NXFLAT=y
BR2_PACKAGE_GENROMFS=y
+BR2_PACKAGE_KCONFIG_FRONTENDS=y
+# BR2_NCONF_FRONTEND is not set
+# BR2_GCONF_FRONTEND is not set
+# BR2_QCONF_FRONTEND is not set
+BR2_KCONFIG_FRONTENDS_VERSION="3.12.0.0"
#
# Common Toolchain Options