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:
a1b07fa
)
fixed url source for libmpfr
author
Jose V Beneyto
<sepen@crux.nu>
Fri, 11 Jun 2010 07:03:29 +0000
(09:03 +0200)
committer
Jose V Beneyto
<sepen@crux.nu>
Fri, 11 Jun 2010 07:03:29 +0000
(09:03 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index a995a3179acaeb2abddf6adc0dd7549f1802532b..aea2b535d8c2770ccc859c7da4008205eb68fd1d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-69,7
+69,7
@@
libgmp-distclean: libgmp-clean
# LIBMPFR
$(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2:
- wget -P $(WORK) -c http://
www.mpfr.org/mpfr-current
/mpfr-$(LIBMPFR_VERSION).tar.bz2
+ wget -P $(WORK) -c http://
ftp.gnu.org/gnu/mpfr
/mpfr-$(LIBMPFR_VERSION).tar.bz2
$(WORK)/mpfr-$(LIBMPFR_VERSION): $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2
tar -C $(WORK) -xvjf $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2