aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/micro-uclibc.conf
blob: 85ea9b3bf5d30f1b75058861af571e7afe5a2b1f (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
26
27
28
#############################################################################
#@TYPE: Distribution
#@NAME: Micro uclibc
#@DESCRIPTION: Micro Linux Distribution (uclibc based)
#@MAINTAINER: Martin Lund <mgl@doredevelopment.dk>
#@COMMENT: This distribution configuration defines a Micro Linux distribution
#@COMMENT: based on uclibc.
#############################################################################

#############################################################################
# DISTRO CONFIGURATION
#############################################################################

DISTRO_NAME = "micro-uclibc"

#############################################################################
# TOOLCHAIN
#############################################################################

LIBC = "uclibc"
# Based on the Micro Linux distribution
require conf/distro/micro.conf

# Use overrides for micro as well
OVERRIDES .= ":micro"

# Don't let glib-2.0 pull in gettext
USE_NLS_glib-2.0 = "no"