From 259a0ffde7e23b33c6fcc47258544fd7e970f3e4 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 28 Jan 2011 09:46:58 +0000 Subject: [PATCH] Makefile: fixed gcc-final objective. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2