From 48e1cd44ee04250d0b283bcae4edba22a778d972 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 11 Mar 2013 10:58:40 +1100 Subject: Move all patches to the rtems-tools.git repo. All patches are now downloaded. No patches or source is held in the RTEMS Source Builder repo. As part of this the build sets now have a single rtems_arch define and the base RTEMS 4.11 build set now creates the _target macro. With this change a method to manage RTEMS specific patches has been put in place where build sets can define patches. This avoids needing special configuration files. --- rtems/config/4.11/rtems-microblaze.bset | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'rtems/config/4.11/rtems-microblaze.bset') diff --git a/rtems/config/4.11/rtems-microblaze.bset b/rtems/config/4.11/rtems-microblaze.bset index 16be6c1..3982b2e 100644 --- a/rtems/config/4.11/rtems-microblaze.bset +++ b/rtems/config/4.11/rtems-microblaze.bset @@ -2,19 +2,24 @@ # Tools Set for RTEMS Microblaze 4.11 Stable # -%define _target microblaze-rtems4.11 - %define release 1 +%define rtems_arch microblaze + # # The RTEMS 4.11 base defines. # %include rtems-4.11-base.bset +# +# GCC 4.7.2 Microblaze Patch +# +%define rtems_gcc_patch2 %{rtems_gcc_patches}/gcc/microblaze/gcc-4.7.2-microblaze-ldscript-2.diff + # # Tools configuration. # expat-2.1.0-1 tools/rtems-binutils-2.22-1 -tools/rtems-microblaze-gcc-4.7.2-newlib-2.0.0-1 +tools/rtems-gcc-4.7.2-newlib-2.0.0-1 tools/rtems-gdb-7.5.1-1 -- cgit v1.2.3