Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
config
docs
include
package
scripts
target
toolchain
binutils
fortify-headers
gcc
gdb
glibc
insight
kernel-headers
musl
uClibc
config
arc
archs
arm
armeb
common
debug
i386
i686
m68k
mips
mips64
mips64.32
mips64.64
mips64.n32
mips64el
mips64el.32
mips64el.64
mips64el.n32
mipsel
mipsel.cobalt
powerpc
powerpc.e500
sparc
sparc.leon
x86_64
headers
utils
Config.in
Config.version
Makefile
common.mk
wrapper
Config.in
Makefile
info.mk
tools
.gitattributes
.gitignore
BSDmakefile
Config.in
LICENSE
Makefile
README
feeds.conf.default
rules.mk
Felix Fietkau a2ace376db uclibc: remove version 0.9.33
Latest uClibc-ng is now the only supported option

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47357
2015-11-02 18:12:16 +00:00

19 lines
494 B
Plaintext

ARCH_ANY_ENDIAN=y
ARCH_BIG_ENDIAN=y
ARCH_CFLAGS="-mno-split-addresses"
ARCH_WANTS_BIG_ENDIAN=y
# CONFIG_MIPS_ISA_1 is not set
# CONFIG_MIPS_ISA_2 is not set
# CONFIG_MIPS_ISA_3 is not set
# CONFIG_MIPS_ISA_4 is not set
# CONFIG_MIPS_ISA_MIPS32 is not set
# CONFIG_MIPS_ISA_MIPS32R2 is not set
CONFIG_MIPS_ISA_MIPS64=y
# CONFIG_MIPS_ISA_MIPS64R2 is not set
# CONFIG_MIPS_N32_ABI is not set
CONFIG_MIPS_N64_ABI=y
# CONFIG_MIPS_O32_ABI is not set
TARGET_ARCH="mips"
TARGET_mips=y
UCLIBC_HAS_FPU=y