From 396db466acdc889dd934674827a0601ed919f215 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 1 Jun 2014 17:58:55 +1000 Subject: config: Update the NIOS2 configuration for the new %source command. --- rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg') diff --git a/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg b/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg index 5a0c467..0ee5089 100644 --- a/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg +++ b/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg @@ -64,15 +64,13 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n) # gcc source_dir_gcc="gcc-%{gcc_version}" - %source setup gcc -q -c -n %{name}-%{version} - cd ${source_dir_gcc} + %source setup gcc -q -b -n gcc-%{gcc_version} %patch setup gcc -p1 cd ${build_top} # newlib source_dir_newlib="newlib-%{newlib_version}" - %source setup newlib -q -D -n %{name}-%{version} - cd ${source_dir_newlib} + %source setup newlib -q -b -n newlib-%{newlib_version} %patch setup newlib -p1 cd ${build_top} -- cgit v1.2.3