File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ MPC=mpc-$(MPC_VERSION).tar.gz
41
41
MPFR =mpfr-$(MPFR_VERSION ) .tar.bz2
42
42
43
43
BINUTILS_PATCH =binutils-$(BINUTILS_VERSION ) -rtems$(RTEMS_VERSION ) -20110107.diff
44
- GCC_CORE_PATCH =gcc-core-$(GCC_CORE_VERSION ) -rtems$(RTEMS_VERSION ) -20110426 .diff
44
+ GCC_CORE_PATCH =gcc-core-$(GCC_CORE_VERSION ) -rtems$(RTEMS_VERSION ) -20110905 .diff
45
45
NEWLIB_PATCH =newlib-$(NEWLIB_VERSION ) -rtems$(RTEMS_VERSION ) -20110724.diff
46
46
GDB_PATCH =gdb-$(GDB_VERSION ) -rtems$(RTEMS_VERSION ) -20100907.diff
47
47
@@ -91,7 +91,6 @@ gcc-$(GCC_CORE_VERSION)/newlib: .unzip.ok
91
91
(cd binutils-$( BINUTILS_VERSION) ; cat ../$( RTEMS_PATCHES_DIR) /$( BINUTILS_PATCH) | patch -p1)
92
92
(cd gcc-$( GCC_CORE_VERSION) ; \
93
93
cat ../$(RTEMS_PATCHES_DIR ) /$(GCC_CORE_PATCH ) | patch -p1; \
94
- cat ../$(MM1_PATCHES_DIR ) /gcc-core-0001-support-for-the-hardware-divider.patch | patch -p1; \
95
94
)
96
95
(cd newlib-$( NEWLIB_VERSION) ; cat ../$( RTEMS_PATCHES_DIR) /$( NEWLIB_PATCH) | patch -p1)
97
96
(cd gdb-$( GDB_VERSION) ; \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments