comparison sources/sections/uClibc.build @ 1130:c222ae88733a

Add NO_CPLUSPLUS config option, to skip c++ support entirely.
author Rob Landley <rob@landley.net>
date Sun, 20 Jun 2010 16:25:35 -0500
parents affef1edbdba
children fb05d8a5fd77
comparison
equal deleted inserted replaced
1129:3c8d91339f2a 1130:c222ae88733a
25 make KCONFIG_ALLCONFIG="$WORK/mini.conf" allnoconfig && 25 make KCONFIG_ALLCONFIG="$WORK/mini.conf" allnoconfig &&
26 mkdir -p "$STAGE_DIR/src" && 26 mkdir -p "$STAGE_DIR/src" &&
27 cp .config "$STAGE_DIR/src/config-uClibc" && 27 cp .config "$STAGE_DIR/src/config-uClibc" &&
28 make_uClibc install || dienow 28 make_uClibc install || dienow
29 29
30 sed -i 's@/lib/@@g' "$STAGE_DIR/lib/libc.so" || dienow
31
30 # Build ldd and friends 32 # Build ldd and friends
31 33
32 if [ ! -z "$HOST_ARCH" ] 34 if [ ! -z "$HOST_ARCH" ]
33 then 35 then
34 # The uClibc utils/Makefile.in is crazy. There's no way to specify a prefix, 36 # The uClibc utils/Makefile.in is crazy. There's no way to specify a prefix,