Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lm32 toolchain: update binutils, gdb, newlib
  • Loading branch information
Xiangfu Liu committed Jul 12, 2012
1 parent 1196c21 commit 91d39d6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions compile-lm32-rtems/Makefile
Expand Up @@ -21,29 +21,29 @@ RTEMS_PREFIX=/opt/rtems-$(RTEMS_VERSION)
RTEMS_SOURCES_URL=http://www.rtems.org/ftp/pub/rtems/SOURCES/$(RTEMS_VERSION)

# For Mac OS X use curl.
WGET=wget -c -O
# WGET=curl -o
WGET=wget -c -O
# WGET=curl -o

BINUTILS_VERSION=2.21
BINUTILS_VERSION=2.22
GCC_CORE_VERSION=4.5.3
NEWLIB_VERSION=1.19.0
GDB_VERSION=7.3.1
NEWLIB_VERSION=1.20.0
GDB_VERSION=7.4.1
GMP_VERSION=4.3.2
MPC_VERSION=0.8.1
MPFR_VERSION=2.4.2

BINUTILS=binutils-$(BINUTILS_VERSION).tar.bz2
GCC_CORE=gcc-core-$(GCC_CORE_VERSION).tar.bz2
BINUTILS=binutils-$(BINUTILS_VERSION).tar.bz2
GCC_CORE=gcc-core-$(GCC_CORE_VERSION).tar.bz2
NEWLIB=newlib-$(NEWLIB_VERSION).tar.gz
GDB=gdb-$(GDB_VERSION).tar.bz2
GMP=gmp-$(GMP_VERSION).tar.bz2
MPC=mpc-$(MPC_VERSION).tar.gz
MPC=mpc-$(MPC_VERSION).tar.gz
MPFR=mpfr-$(MPFR_VERSION).tar.bz2

BINUTILS_PATCH=binutils-$(BINUTILS_VERSION)-rtems$(RTEMS_VERSION)-20110107.diff
BINUTILS_PATCH=binutils-$(BINUTILS_VERSION)-rtems$(RTEMS_VERSION)-20120427.diff
GCC_CORE_PATCH=gcc-core-$(GCC_CORE_VERSION)-rtems$(RTEMS_VERSION)-20110905.diff
NEWLIB_PATCH=newlib-$(NEWLIB_VERSION)-rtems$(RTEMS_VERSION)-20110724.diff
GDB_PATCH=gdb-$(GDB_VERSION)-rtems$(RTEMS_VERSION)-20110905.diff
NEWLIB_PATCH=newlib-$(NEWLIB_VERSION)-rtems$(RTEMS_VERSION)-20120705.diff
GDB_PATCH=gdb-$(GDB_VERSION)-rtems$(RTEMS_VERSION)-20120706.diff

DL=$(if $(wildcard ../dl/.),../dl,dl)

Expand Down

0 comments on commit 91d39d6

Please sign in to comment.