From: Victor Martinez Date: Sat, 22 May 2010 14:49:08 +0000 (+0200) Subject: Fixed typo error in gcc-final options X-Git-Url: http://gitweb/?a=commitdiff_plain;h=a1b07fab1331be91ed02ccade776d7193ba31d54;p=toolchain-softfp.git Fixed typo error in gcc-final options --- diff --git a/Makefile b/Makefile index fd4a5d1..a995a31 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ $(CLFS)/lib/gcc: $(WORK)/build-gcc-final $(WORK)/gcc-$(GCC_VERSION) AR=ar LDFLAGS="-Wl,-rpath,$(CROSSTOOLS)/lib" \ $(WORK)/gcc-$(GCC_VERSION)/configure --prefix=$(CROSSTOOLS) \ --build=$(HOST) --host=$(HOST) --target=$(TARGET) \ - -with-fp=no --with-headers=$(CLFS)/usr/include \ + --with-fp=no --with-headers=$(CLFS)/usr/include \ --disable-multilib --with-sysroot=$(CLFS) --disable-nls \ --enable-languages=c,c++ --enable-__cxa_atexit \ --with-mpfr=$(CROSSTOOLS) --with-gmp=$(CROSSTOOLS) \