Browse Source

* joined DEVELOPMENT module into C module

* enhanced C module to enable the toolchain just for stage 0 on FOOTPRINT=embedded
legacy/multilib
Alejandro Mery 18 years ago
parent
commit
e0fdf3b2ce
4 changed files with 12 additions and 20 deletions
  1. +7
    -0
      pkgsel/Development/c.all
  2. +5
    -0
      pkgsel/Development/c.conf
  3. +0
    -6
      pkgsel/Development/development.all
  4. +0
    -14
      pkgsel/Development/development.conf

+ 7
- 0
pkgsel/Development/c.all

@ -7,3 +7,10 @@ X make
X bison
X flex
X binutils
X bin86
X nasm
X ccache

+ 5
- 0
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

+ 0
- 6
pkgsel/Development/development.all

@ -1,6 +0,0 @@
X binutils
X bin86
X nasm
X ccache

+ 0
- 14
pkgsel/Development/development.conf

@ -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

Loading…
Cancel
Save