CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
toolchain-noeabi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f44dd
)
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:20:28 +0000
(09:20 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 5baa8de0ca434f6b45de06b1679b1285adc19c41..7f4ea6c7286287d75ef449bf6a775e9c7212512f 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