Skip to content

Commit

Permalink
lm32 toolchain: update gcc to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Jul 12, 2012
1 parent 987022e commit 2ca71bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile-lm32-rtems/Makefile
Expand Up @@ -25,7 +25,7 @@ WGET=wget -c -O
# WGET=curl -o

BINUTILS_VERSION=2.22
GCC_CORE_VERSION=4.5.3
GCC_CORE_VERSION=4.5.4
NEWLIB_VERSION=1.20.0
GDB_VERSION=7.4.1
GMP_VERSION=4.3.2
Expand All @@ -41,7 +41,7 @@ MPC=mpc-$(MPC_VERSION).tar.gz
MPFR=mpfr-$(MPFR_VERSION).tar.bz2

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

Expand Down

0 comments on commit 2ca71bf

Please sign in to comment.