CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed typo error in gcc-final options
authorVictor Martinez <pitillo@ono.com>
Sat, 22 May 2010 14:49:08 +0000 (16:49 +0200)
committerVictor Martinez <pitillo@ono.com>
Sat, 22 May 2010 14:49:08 +0000 (16:49 +0200)
Makefile

index fd4a5d117a1c33e42dd0e359456baaefe76a2e5d..a995a3179acaeb2abddf6adc0dd7549f1802532b 100644 (file)
--- 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) \