mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-16 08:43:25 +08:00
- bump version. No patches (yet). Yay! :)
This commit is contained in:
parent
0607089d93
commit
4ea7521817
@ -3,8 +3,8 @@
|
|||||||
# mpfr
|
# mpfr
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
MPFR_VERSION:=2.2.0
|
MPFR_VERSION:=2.2.1
|
||||||
MPFR_PATCH:=patches
|
#MPFR_PATCH:=patches
|
||||||
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
|
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
|
||||||
MPFR_CAT:=$(BZCAT)
|
MPFR_CAT:=$(BZCAT)
|
||||||
MPFR_SITE:=http://www.mpfr.org/mpfr-current/
|
MPFR_SITE:=http://www.mpfr.org/mpfr-current/
|
||||||
@ -37,6 +37,7 @@ endif
|
|||||||
$(MPFR_DIR)/.configured: $(MPFR_DIR)/.unpacked
|
$(MPFR_DIR)/.configured: $(MPFR_DIR)/.unpacked
|
||||||
(cd $(MPFR_DIR); rm -rf config.cache; \
|
(cd $(MPFR_DIR); rm -rf config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
ac_cv_c_bigendian=$(MPFR_BE) \
|
ac_cv_c_bigendian=$(MPFR_BE) \
|
||||||
./configure \
|
./configure \
|
||||||
--host=$(REAL_GNU_TARGET_NAME) \
|
--host=$(REAL_GNU_TARGET_NAME) \
|
||||||
|
Loading…
Reference in New Issue
Block a user