summaryrefslogtreecommitdiffstats
path: root/rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chris@kaka.contemporary.net.au>2013-02-12 14:12:40 +1100
committerChris Johns <chris@kaka.contemporary.net.au>2013-02-12 14:12:40 +1100
commitaa46b9cec05ca030c3136c569a9dbd6ecb2bbea9 (patch)
tree663cac949e68deaebffe1e7202a2555b7a0664e5 /rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
parentNIOS2 Tools based on Altera's 4.11 tool set. (diff)
downloadrtems-source-builder-aa46b9cec05ca030c3136c569a9dbd6ecb2bbea9.tar.bz2
Fixes to the NIOS2 build on FreeBSD.
Diffstat (limited to 'rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg')
-rw-r--r--rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg b/rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
index c2a35f3..3b94d02 100644
--- a/rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
+++ b/rtems/config/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
@@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
#
# GCC core and G++
#
-Source0: http://www.rtems.org/ftp/people/chrisj/nios/nios2-gcc-4.1.tar.bz2
+Source0: http://www.rtems.org/ftp/pub/rtems/people/chrisj/nios/nios2-gcc-4.1.tar.bz2
#
# Newlib
@@ -123,7 +123,8 @@ Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
cp ../gcc-%{gcc_version}/gcc/gsyslimits.h gcc/include/syslimits.h
%endif
- %{__make} -w %{?_smp_mflags} N2GNU_BUILD_NEWLIB="%{newlib_cfg}" all
+ # jobs > 1 is broken with this version of gcc
+ %{__make} -w N2GNU_BUILD_NEWLIB="%{newlib_cfg}" all
cd ..
%install