We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215186 commit e354e21Copy full SHA for e354e21
build.conf
@@ -16,6 +16,9 @@ MPC_SOURCES="http://www.multiprecision.org/downloads"
16
# MPFR_VERSION=3.0.0
17
# MPC_VERSION=0.9
18
19
+GCC_VERSION=7.3.0
20
+MPFR_VERSION=3.1.0
21
+
22
ATMEL_ATMEGA_PACK_VERSION=1.2.203
23
ATMEL_ATMEGA_PACK_FILENAME=Atmel.ATmega_DFP.${ATMEL_ATMEGA_PACK_VERSION}
24
ATMEL_ATMEGA_PACK_URL=${ATMEL_PACKS_SOURCES}/${ATMEL_ATMEGA_PACK_FILENAME}.atpack
gcc.build.bash
@@ -27,9 +27,6 @@ cd toolsdir/bin
27
TOOLS_BIN_PATH=`pwd`
28
cd -
29
30
-MPFR_VERSION=3.1.0
31
-MPFR_SOURCE=http://ftp.gnu.org/gnu//mpfr/mpfr-3.1.0.tar.bz2
32
-
33
export PATH="$TOOLS_BIN_PATH:$PATH"
34
35
if [[ ! -f gmp-${GMP_VERSION}.tar.bz2 ]] ;
0 commit comments