diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-23 23:18:49 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-23 23:18:49 +0200 |
commit | 1504a1ef106643278e80bd98b21dd4439204e8ec (patch) | |
tree | ddb62dd3f7dd69aa6ccc6174db69c38e97f62d16 /scripts/build/companion_libs/mpc.sh | |
parent | e81fe2c77814ba7638c6818a9dac2d1568fbad51 (diff) | |
download | crosstool-ng-1504a1ef106643278e80bd98b21dd4439204e8ec.tar.gz crosstool-ng-1504a1ef106643278e80bd98b21dd4439204e8ec.tar.bz2 crosstool-ng-1504a1ef106643278e80bd98b21dd4439204e8ec.zip |
complibs: noone is using companion libs on the target; nuke them
As there's no longer any user of the companion libraries on the
target, nuke the build for the target.
Well, at least, there's libelf that's still needed by ltrace, so
we keep it.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/build/companion_libs/mpc.sh')
-rw-r--r-- | scripts/build/companion_libs/mpc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/mpc.sh b/scripts/build/companion_libs/mpc.sh index 652931f0..043fb39d 100644 --- a/scripts/build/companion_libs/mpc.sh +++ b/scripts/build/companion_libs/mpc.sh @@ -5,7 +5,6 @@ do_mpc_get() { :; } do_mpc_extract() { :; } do_mpc() { :; } -do_mpc_target() { :; } # Overide functions depending on configuration if [ "${CT_MPC}" = "y" ]; then |