summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-06-01 17:58:55 +1000
committerChris Johns <chrisj@rtems.org>2014-06-01 17:58:55 +1000
commit396db466acdc889dd934674827a0601ed919f215 (patch)
tree178d3f29b7c796decfe7e61462db72c5fab0deb6 /rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
parentsb: Fix the source option string for getopts. (diff)
downloadrtems-source-builder-396db466acdc889dd934674827a0601ed919f215.tar.bz2
config: Update the NIOS2 configuration for the new %source command.
Diffstat (limited to 'rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg')
-rw-r--r--rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg6
1 files changed, 2 insertions, 4 deletions
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}