mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
2002-12-06 Joel Sherrill <joel@OARcorp.com>
* setup.def: Updated patch to fix m68k cut and paste bug which turned a tab into spaces in a Makefile fragment. * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library must be built with a -G0 option.
This commit is contained in:
@@ -190,6 +190,9 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
|
||||
GNATLIBCFLAGS="$GNATLIBCFLAGS -isystem `pwd`/../newlib-@newlib_version@/newlib/libc/include"
|
||||
# Without this xgcc doesn't find the target's binutils.
|
||||
GNATLIBCFLAGS="$GNATLIBCFLAGS -B%{_prefix}/@target_alias@/bin/"
|
||||
%if "@target_alias@" == "mips-rtems"
|
||||
GNATLIBCFLAGS="$GNATLIBCFLAGS -G0"
|
||||
%endif
|
||||
make -C gcc GNATLIBCFLAGS="${GNATLIBCFLAGS}" gnatlib
|
||||
%endif
|
||||
make info
|
||||
|
||||
Reference in New Issue
Block a user