aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-0.9.32/mips/uClibc.machine
blob: 7d7ab3f418170d41ab777d1385053ce8660588ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# in OE we use TARGET_CC_ARCH="-march=mips32" but by
# default uclibc uses mips1 ISA for o32 ABI which ends
# up with conflicting march options to gcc. Here we
# ask for MIPS32 ISA to match the OE defaults

CONFIG_MIPS_ISA_MIPS32=y

# Below options are exact copy of general
# uClibc.machine file
#
FORCE_OPTIONS_FOR_ARCH=y
ARCH_HAS_MMU=y
ARCH_USE_MMU=y
KERNEL_HEADERS="/usr/include"
HAVE_DOT_CONFIG=y