CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
toolchain-softfp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedac69
)
Fixed typo error in gcc-final options
author
Victor Martinez
<pitillo@ono.com>
Sat, 22 May 2010 14:49:08 +0000
(16:49 +0200)
committer
Victor Martinez
<pitillo@ono.com>
Sat, 22 May 2010 14:49:08 +0000
(16:49 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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) \