projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0607089
)
- bump version. No patches (yet). Yay! :)
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 18:14:38 +0000
(18:14 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 18:14:38 +0000
(18:14 -0000)
package/mpfr/mpfr.mk
patch
|
blob
|
history
diff --git
a/package/mpfr/mpfr.mk
b/package/mpfr/mpfr.mk
index dd940f29167290ba359e4b242b0d17d1ca990d2e..9f3ae3301707de45347ee865da84e5e8aacad6b2 100644
(file)
--- a/
package/mpfr/mpfr.mk
+++ b/
package/mpfr/mpfr.mk
@@
-3,8
+3,8
@@
# mpfr
#
#############################################################
-MPFR_VERSION:=2.2.
0
-MPFR_PATCH:=patches
+MPFR_VERSION:=2.2.
1
+
#
MPFR_PATCH:=patches
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
MPFR_SITE:=http://www.mpfr.org/mpfr-current/
@@
-37,6
+37,7
@@
endif
$(MPFR_DIR)/.configured: $(MPFR_DIR)/.unpacked
(cd $(MPFR_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS)" \
ac_cv_c_bigendian=$(MPFR_BE) \
./configure \
--host=$(REAL_GNU_TARGET_NAME) \