[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/uclibc++/uclibc++.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A C++ standard library focused on space [T] uClibc++ is a C++ standard library targeted towards the embedded [T] systems/software market. As such it may purposefully lack features [T] which you might normally expect to find in a full fledged C++ [T] standard library. The library will focus on space savings as opposed [T] to performance. [U] https://cxx.uclibc.org/ [A] Garrett Kajmowicz [M] The T2 Project [C] extra/base [L] LGPL [S] Beta [V] 0.2.5 [P] O -----5---9 110.000 [D] 61c9f21a3e257b6eef5e312cf3244f18e786d433e6be3cb9281e7f9e uClibc++-0.2.5.tar.xz http://cxx.uclibc.org/src/ runconf=0 . $base/package/*/uclibc/functions.in hook_add premake 1 'auto_config 2' var_append makeinstopt ' ' PREFIX=$root var_append conffiles ' ' $confdir/clean_arch.config var_append conffiles ' ' $builddir/.config hook_add preconf 3 "default_config > $builddir/.config" default_config() { # TARGET_ARCH (a bit messy due to uclibc's sh5 / sh64 handling ...) cpu=`echo $arch | arch2uname` arch=`echo $cpu | sed -e s/sh64/sh/ -e s/ppc/powerpc/` echo "X TARGET_$arch" echo "X TARGET_ARCH \"$cpu\"" if [ "$arch_bigendian" = "yes" ]; then echo "X ARCH_BIG_ENDIAN" else echo "X ARCH_LITTLE_ENDIAN" fi if [ "$SDECFG_STATIC" = 1 ]; then echo "X BUILD_STATIC_LIB" echo "X BUILD_ONLY_STATIC_LIB" fi echo "O UCLIBCXX_EXCEPTION_SUPPORT" } # save .config file for the future hook_add postmake 9 'cp -v .config $root$docdir'