CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Removed libtool test from toolchain 3.0
authorVictor Martinez <pitillo@ono.com>
Sat, 14 Sep 2013 10:02:00 +0000 (10:02 +0000)
committerVictor Martinez <pitillo@ono.com>
Sat, 14 Sep 2013 10:02:00 +0000 (10:02 +0000)
Makefile

index b7c1475bb3001331ebe8532d41ee6ae06a283a0a..5b5feafee1b1453279f15037ad25aed247a0089e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,12 @@ include vars.mk
 
 .PHONY: all clean distclean
 
-all: linux-headers libgmp libmpfr libmpc binutils gcc-static glibc gcc-final libtool setup test
+all: linux-headers libgmp libmpfr libmpc binutils gcc-static glibc gcc-final setup test
 
-clean: linux-headers-clean libgmp-clean libmpfr-clean libmpc-clean binutils-clean gcc-static-clean glibc-clean gcc-final-clean libtool-clean test-clean
+clean: linux-headers-clean libgmp-clean libmpfr-clean libmpc-clean binutils-clean gcc-static-clean glibc-clean gcc-final-clean test-clean
        rm -rvf $(CROSSTOOLS)/* $(CLFS)/*
 
-distclean: clean linux-headers-distclean libgmp-distclean libmpfr-distclean libmpc-distclean binutils-distclean gcc-static-distclean glibc-distclean gcc-final-distclean libtool-distclean test-distclean
+distclean: clean linux-headers-distclean libgmp-distclean libmpfr-distclean libmpc-distclean binutils-distclean gcc-static-distclean glibc-distclean gcc-final-distclean test-distclean
 
 
 # LINUX HEADERS
@@ -276,37 +276,6 @@ gcc-final-distclean: gcc-final-clean
        rm -vf $(WORK)/gcc-$(GCC_VERSION).tar.bz2
 
 
-# LIBTOOL
-
-$(WORK)/libtool-$(LIBTOOL_VERSION).tar.xz:
-       wget -P $(WORK) -c http://ftp.gnu.org/gnu/libtool/libtool-$(LIBTOOL_VERSION).tar.xz
-
-$(WORK)/libtool-$(LIBTOOL_VERSION): $(WORK)/libtool-$(LIBTOOL_VERSION).tar.xz
-       tar -C $(WORK) -xvJf $(WORK)/libtool-$(LIBTOOL_VERSION).tar.xz
-       touch $(WORK)/libtool-$(LIBTOOL_VERSION)
-
-$(WORK)/build-libtool: $(WORK)/libtool-$(LIBTOOL_VERSION)
-       mkdir -p $(WORK)/build-libtool
-       touch $(WORK)/build-libtool
-
-$(CROSSTOOLS)/lib/libltdl.so: $(WORK)/build-libtool $(WORK)/libtool-$(LIBTOOL_VERSION)
-       cd $(WORK)/build-libtool && \
-               unset CFLAGS && unset CXXFLAGS && \
-               LDFLAGS="-Wl,-rpath,$(CROSSTOOLS)/lib" && \
-               $(WORK)/libtool-$(LIBTOOL_VERSION)/configure --prefix=$(CROSSTOOLS) \
-               --program-prefix=$(TARGET)- && \
-               make && make install || exit 1
-       touch $(CROSSTOOLS)/lib/libltdl.so
-
-libtool: gcc-final $(CROSSTOOLS)/lib/libltdl.so
-
-libtool-clean:
-       rm -vrf $(WORK)/build-libtool $(WORK)/libtool-$(LIBTOOL_VERSION)
-
-libtool-distclean:
-       rm -vf $(WORK)/libtool-$(LIBTOOL_VERSION).tar.xz
-
-
 # SETUP FOR PKGUTILS-CROSS
 $(CLFS)/var/lib/pkg/db:
        install -d -m 0755 $(CLFS)/var/lib/pkg