Skip to content

Commit e354e21

Browse files
committed
Force gcc version to 7.3.0 and mpfr to 3.1.0
1 parent 8215186 commit e354e21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ MPC_SOURCES="http://www.multiprecision.org/downloads"
1616
# MPFR_VERSION=3.0.0
1717
# MPC_VERSION=0.9
1818

19+
GCC_VERSION=7.3.0
20+
MPFR_VERSION=3.1.0
21+
1922
ATMEL_ATMEGA_PACK_VERSION=1.2.203
2023
ATMEL_ATMEGA_PACK_FILENAME=Atmel.ATmega_DFP.${ATMEL_ATMEGA_PACK_VERSION}
2124
ATMEL_ATMEGA_PACK_URL=${ATMEL_PACKS_SOURCES}/${ATMEL_ATMEGA_PACK_FILENAME}.atpack

gcc.build.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ cd toolsdir/bin
2727
TOOLS_BIN_PATH=`pwd`
2828
cd -
2929

30-
MPFR_VERSION=3.1.0
31-
MPFR_SOURCE=http://ftp.gnu.org/gnu//mpfr/mpfr-3.1.0.tar.bz2
32-
3330
export PATH="$TOOLS_BIN_PATH:$PATH"
3431

3532
if [[ ! -f gmp-${GMP_VERSION}.tar.bz2 ]] ;

0 commit comments

Comments
 (0)