aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/generic-uclibc.conf
blob: b77b3e9c8736bf9428e3ea43fe0fc9ba9d27b225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#-----------------------------------------------------------------------------
#@TYPE: Distribution
#@NAME: Generic uClibC
#@DESCRIPTION: Generic uClibC Embedded Linux Distribution Configuration
#
#@COMMENT: This distribution configuration serves as a starting point for
#@COMMENT: the integration of new target platforms, machines, or distributions.
#@COMMENT: It bases on conservative settings and should always be buildable.
#-----------------------------------------------------------------------------

require conf/distro/generic.conf

#
# Header
#
DISTRO_NAME = "generic-uClibC"

#
# Target OS & FPU system
#
TARGET_OS = "linux-uclibc"
TARGET_FPU_arm = "soft"
TARGET_FPU_armeb = "soft"
PREFERRED_PROVIDER_virtual/libiconv = "libiconv"
PREFERRED_PROVIDER_virtual/libintl = "libintl"