diff --git a/pkgsel/Development/c.all b/pkgsel/Development/c.all index a91023e..c37af7b 100644 --- a/pkgsel/Development/c.all +++ b/pkgsel/Development/c.all @@ -7,3 +7,10 @@ X make X bison X flex + +X binutils +X bin86 +X nasm + +X ccache + diff --git a/pkgsel/Development/c.conf b/pkgsel/Development/c.conf new file mode 100644 index 0000000..2fb0ef0 --- /dev/null +++ b/pkgsel/Development/c.conf @@ -0,0 +1,5 @@ +if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" == embedded ]; then + pkgfilter sed -e 's,^\(.\) \(.\)[^ ]* \([^ ]*\) \([^ ]*\) \(gcc\|bison\|flex\|autoconf\|automake\|libtool\|make\|binutils\|bin86\|nasm\|ccache\) ,\1 \2--------- \3 \4 \5 ,' +fi + +SDECFGSET_PKG_CCACHE_USEIT=1 diff --git a/pkgsel/Development/development.all b/pkgsel/Development/development.all deleted file mode 100644 index 51163b8..0000000 --- a/pkgsel/Development/development.all +++ /dev/null @@ -1,6 +0,0 @@ -X binutils -X bin86 -X nasm - -X ccache - diff --git a/pkgsel/Development/development.conf b/pkgsel/Development/development.conf deleted file mode 100644 index 1c0a76b..0000000 --- a/pkgsel/Development/development.conf +++ /dev/null @@ -1,14 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: target/mnemosyne/pkgsel/Development/development.conf -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- -SDECFGSET_PKG_CCACHE_USEIT=1