From: Victor Martinez Date: Fri, 28 Jan 2011 09:46:58 +0000 (+0000) Subject: Makefile: fixed gcc-final objective. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=refs%2Fheads%2F2.6;p=attic%2Ftoolchain-uclibc.git Makefile: fixed gcc-final objective. --- diff --git a/Makefile b/Makefile index e6daff2..ef2751f 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ $(WORK)/build-gcc-final: $(WORK)/gcc-$(GCC_VERSION) mkdir -p $(WORK)/build-gcc-final touch $(WORK)/build-gcc-final -$(CROSSTOOLS)/$(TARGET)/lib/libgomp.a: $(WORK)/build-gcc-final $(WORK)/gcc-$(GCC_VERSION) +$(CROSSTOOLS)/$(TARGET)/lib/libgomp.so: $(WORK)/build-gcc-final $(WORK)/gcc-$(GCC_VERSION) cd $(WORK)/build-gcc-final && \ export PATH=$$PATH:$(CROSSTOOLS)/bin && \ unset CFLAGS && unset CXXFLAGS && unset CC && \ @@ -214,7 +214,7 @@ $(CROSSTOOLS)/$(TARGET)/lib/libgomp.a: $(WORK)/build-gcc-final $(WORK)/gcc-$(GCC --enable-c99 --enable-long-long --enable-threads=posix && \ make AS_FOR_TARGET="$(TARGET)-as" LD_FOR_TARGET="$(TARGET)-ld" && \ make install || exit 1 - touch $(CLFS)/lib/gcc$(CROSSTOOLS)/lib/gcc/$(TARGET)/$(GCC_VERSION)/include/omp.h + touch $(CLFS)/lib/gcc$(CROSSTOOLS)/lib/gcc/$(TARGET)/lib/libgomp.so gcc-final: libgmp libmpfr uclibc $(CROSSTOOLS)/$(TARGET)/lib/libgomp.a