summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-26 12:28:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-26 12:29:24 +0200
commit9d6eef9b39547d230d5a7cb871735bae71f5fd55 (patch)
treed204388625afbaed50d26c136bbea12861a0d2c6 /target
parent8e2707b81b0c90295c9fdf92a576925442d22147 (diff)
we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken executables (f.e. sash) with a wrong data start are created by elf2flt)
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in1
-rw-r--r--target/config/Config.in.target2
-rw-r--r--target/m68k/uclibc.config18
3 files changed, 10 insertions, 11 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 3982b9cc9..7393bfe9c 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -15,7 +15,6 @@ config ADK_TARGET_TOOLCHAIN
boolean
config ADK_TARGET_UCLINUX
- select ADK_TARGET_USE_STATIC_LIBS
select ADK_PACKAGE_SASH
select ADK_PACKAGE_SIMPLEINIT
boolean
diff --git a/target/config/Config.in.target b/target/config/Config.in.target
index 6cb858450..ad1e8dfe0 100644
--- a/target/config/Config.in.target
+++ b/target/config/Config.in.target
@@ -3,7 +3,7 @@
config ADK_TARGET_CFLAGS
string
- default "-march=isaaplus -mcpu=5208" if ADK_CPU_CF_5208
+ default "-mcpu=5208" if ADK_CPU_CF_5208
default "-mcpu=v7.10.d" if ADK_CPU_MICROBLAZE
default "-m4 -ml" if ADK_CPU_SH4 && ADK_little
default "-m4 -mb" if ADK_CPU_SH4 && ADK_big
diff --git a/target/m68k/uclibc.config b/target/m68k/uclibc.config
index 2612dfe40..49c804c17 100644
--- a/target/m68k/uclibc.config
+++ b/target/m68k/uclibc.config
@@ -53,7 +53,7 @@ UCLIBC_HAS_FLOATS=y
UCLIBC_HAS_SOFT_FLOAT=y
DO_C99_MATH=y
# DO_XSI_MATH is not set
-UCLIBC_HAS_FENV=y
+# UCLIBC_HAS_FENV is not set
UCLIBC_HAS_LONG_DOUBLE_MATH=y
KERNEL_HEADERS=""
UCLIBC_UCLINUX_BROKEN_MUNMAP=y
@@ -62,7 +62,7 @@ HAVE_DOT_CONFIG=y
#
# General Library Settings
#
-DOPIC=y
+# DOPIC is not set
ARCH_HAS_NO_SHARED=y
ARCH_HAS_NO_LDSO=y
UCLIBC_CTOR_DTOR=y
@@ -72,12 +72,12 @@ HAS_NO_THREADS=y
# UCLIBC_HAS_THREADS_NATIVE is not set
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
-MALLOC=y
-# MALLOC_SIMPLE is not set
+# MALLOC is not set
+MALLOC_SIMPLE=y
# MALLOC_STANDARD is not set
-MALLOC_GLIBC_COMPAT=y
+# MALLOC_GLIBC_COMPAT is not set
UCLIBC_DYNAMIC_ATEXIT=y
-# COMPAT_ATEXIT is not set
+COMPAT_ATEXIT=y
UCLIBC_SUSV3_LEGACY=y
# UCLIBC_SUSV3_LEGACY_MACROS is not set
UCLIBC_SUSV4_LEGACY=y
@@ -194,8 +194,8 @@ UCLIBC_HAS_NFTW=y
UCLIBC_HAS_FTW=y
UCLIBC_HAS_FTS=y
UCLIBC_HAS_GLOB=y
-UCLIBC_HAS_GNU_GLOB=y
-UCLIBC_HAS_UTMPX=y
+# UCLIBC_HAS_GNU_GLOB is not set
+# UCLIBC_HAS_UTMPX is not set
#
# Library Installation Options
@@ -208,7 +208,7 @@ HARDWIRED_ABSPATH=y
#
# Security options
#
-UCLIBC_HAS_ARC4RANDOM=y
+# UCLIBC_HAS_ARC4RANDOM is not set
# UCLIBC_HAS_SSP is not set
UCLIBC_BUILD_NOEXECSTACK=y