diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-16 18:08:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-16 18:08:01 +0000 |
commit | 22c0cbac30f527e38262e953457dcc4bc8904bc4 (patch) | |
tree | 5b6988b89a6b630a82de2f3ebd5bbb755e88344e /extra/Configs/Config.m68k.default | |
parent | c4de707a42f04d657367a08a9a4222ceee05f2e3 (diff) |
For some strange reason, davidm put this file in the wrong spot.
So put it where it is supposed to be.
-Erik
Diffstat (limited to 'extra/Configs/Config.m68k.default')
-rw-r--r-- | extra/Configs/Config.m68k.default | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/extra/Configs/Config.m68k.default b/extra/Configs/Config.m68k.default new file mode 100644 index 000000000..beb027976 --- /dev/null +++ b/extra/Configs/Config.m68k.default @@ -0,0 +1,61 @@ +# +# Automatically generated make config: don't edit +# + +# +# Target Architecture Features and Options +# +HAVE_ELF=y +ARCH_HAS_NO_MMU=y +UCLIBC_HAS_FLOATS=y +# HAS_FPU is not set +UCLIBC_HAS_SOFT_FLOAT=y +DO_C99_MATH=y +WARNINGS="-Wall" +KERNEL_SOURCE="$(ROOTDIR)/$(LINUXDIR)/." +UCLIBC_UCLINUX_BROKEN_MUNMAP=y +EXCLUDE_BRK=y +C_SYMBOL_PREFIX="" +HAVE_DOT_CONFIG=y + +# +# General Library Settings +# +# DOPIC is not set +UCLIBC_CTOR_DTOR=y +UCLIBC_HAS_THREADS=y +UCLIBC_HAS_LFS=y +MALLOC=y +# MALLOC_930716 is not set +UCLIBC_DYNAMIC_ATEXIT=y +# HAS_SHADOW is not set +UCLIBC_HAS_REGEX=y +UNIX98PTY_ONLY=y +ASSUME_DEVPTS=y + +# +# Networking Support +# +# UCLIBC_HAS_IPV6 is not set +UCLIBC_HAS_RPC=y +UCLIBC_HAS_FULL_RPC=y + +# +# String and Stdio Support +# +# UCLIBC_HAS_WCHAR is not set +# USE_OLD_VFPRINTF is not set + +# +# Library Installation Options +# +DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" +SYSTEM_DEVEL_PREFIX="$(DEVEL_PREFIX)" +DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr" + +# +# uClibc hacking options +# +# DODEBUG is not set +# DOASSERTS is not set +# UCLIBC_MALLOC_DEBUGGING is not set |