summaryrefslogtreecommitdiff
path: root/target/microblaze
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-11 21:51:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-11 21:51:17 +0200
commit895914e4abc6d96b0f926533af4980c3d3bdcb65 (patch)
tree585c1a1542855d6f7bcd88148dbc255259d55e2f /target/microblaze
parent1233c6d13369ce48575ecfab6e42f1a6d574a615 (diff)
refresh uClibc-ng 1.0.x config for microblaze
Diffstat (limited to 'target/microblaze')
-rw-r--r--target/microblaze/Makefile7
-rw-r--r--target/microblaze/uclibc.config20
2 files changed, 19 insertions, 8 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile
index ebde025f2..efae2252e 100644
--- a/target/microblaze/Makefile
+++ b/target/microblaze/Makefile
@@ -18,6 +18,10 @@ QEMU_ARGS+=-M petalogix-s3adsp1800
endif
# target helper text
+ifeq ($(ADK_TARGET_FS),archive)
+targethelp:
+ @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)"
+endif
ifeq ($(ADK_TARGET_FS),initramfs)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@@ -70,6 +74,9 @@ ifeq ($(ADK_TARGET_FS),squashfs)
endif
# filesystem specific targets
+ifeq ($(ADK_TARGET_FS),archive)
+imageinstall: $(FW_DIR)/$(ROOTFSTARBALL) targethelp
+endif
ifeq ($(ADK_TARGET_FS),initramfs)
imageinstall: kernel-install $(FW_DIR)/$(INITRAMFS) targethelp
endif
diff --git a/target/microblaze/uclibc.config b/target/microblaze/uclibc.config
index 46fd2c04e..89f1bac6d 100644
--- a/target/microblaze/uclibc.config
+++ b/target/microblaze/uclibc.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# uClibc 1.0.0-git C Library Configuration
+# uClibc 1.0.2 C Library Configuration
#
# TARGET_arc is not set
# TARGET_arm is not set
@@ -8,10 +8,12 @@
# TARGET_bfin is not set
# TARGET_c6x is not set
# TARGET_cris is not set
+# TARGET_h8300 is not set
# TARGET_i386 is not set
# TARGET_m68k is not set
TARGET_microblaze=y
# TARGET_mips is not set
+# TARGET_nios2 is not set
# TARGET_powerpc is not set
# TARGET_sh is not set
# TARGET_sparc is not set
@@ -29,11 +31,15 @@ TARGET_SUBARCH=""
# Using ELF file format
#
ARCH_HAS_DEPRECATED_SYSCALLS=y
+ARCH_ANY_ENDIAN=y
+ARCH_BIG_ENDIAN=y
+ARCH_WANTS_BIG_ENDIAN=y
+# ARCH_WANTS_LITTLE_ENDIAN is not set
ARCH_HAS_MMU=y
ARCH_USE_MMU=y
UCLIBC_HAS_FLOATS=y
UCLIBC_HAS_FPU=y
-# DO_C99_MATH is not set
+DO_C99_MATH=y
# DO_XSI_MATH is not set
# UCLIBC_HAS_FENV is not set
KERNEL_HEADERS=""
@@ -64,8 +70,6 @@ UCLIBC_CTOR_DTOR=y
HAS_NO_THREADS=y
# LINUXTHREADS_OLD is not set
# LINUXTHREADS_NEW is not set
-# UCLIBC_HAS_THREADS is not set
-# PTHREADS_DEBUG_SUPPORT is not set
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
MALLOC=y
@@ -75,7 +79,9 @@ MALLOC_GLIBC_COMPAT=y
UCLIBC_HAS_OBSTACK=y
UCLIBC_DYNAMIC_ATEXIT=y
# COMPAT_ATEXIT is not set
-UCLIBC_SUSV2_LEGACY=y
+UCLIBC_HAS_UTMPX=y
+UCLIBC_HAS_UTMP=y
+UCLIBC_SUSV2_LEGACY=y
UCLIBC_SUSV3_LEGACY=y
# UCLIBC_SUSV3_LEGACY_MACROS is not set
UCLIBC_SUSV4_LEGACY=y
@@ -191,11 +197,10 @@ UCLIBC_HAS_FNMATCH=y
UCLIBC_HAS_FNMATCH_OLD=y
UCLIBC_HAS_WORDEXP=y
UCLIBC_HAS_NFTW=y
+# UCLIBC_HAS_FTW is not set
# UCLIBC_HAS_FTS is not set
UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_GLOB=y
-UCLIBC_HAS_UTMP=y
-UCLIBC_HAS_UTMPX=y
#
# Library Installation Options
@@ -220,7 +225,6 @@ UCLIBC_BUILD_NOEXECSTACK=y
CROSS_COMPILER_PREFIX=""
UCLIBC_EXTRA_CFLAGS=""
# DODEBUG is not set
-# DODEBUG_PT is not set
# DOSTRIP is not set
# DOASSERTS is not set
# SUPPORT_LD_DEBUG is not set