mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 19:58:30 +08:00
Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his Cygwin
for RTEMS toolkit.
This commit is contained in:
@@ -21,6 +21,9 @@ then
|
||||
elif test -d /usr/src/SPECS/;
|
||||
then
|
||||
RPM_SPECSdir=/usr/src/SPECS;
|
||||
elif test -d /usr/local/src/redhat/SPECS/;
|
||||
then
|
||||
RPM_SPECSdir=/usr/local/src/redhat/SPECS;
|
||||
fi
|
||||
if test x"$RPM_SPECSdir" = x"" ; then
|
||||
AC_MSG_ERROR(not found)
|
||||
|
||||
@@ -309,8 +309,8 @@ This is the gcc/java compiler for @target_alias@
|
||||
%dir /opt/rtems/bin
|
||||
/opt/rtems/bin/@target_alias@-gcj@exe_ext@
|
||||
|
||||
/opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/jc1
|
||||
/opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/jvgenmain
|
||||
/opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/jc1@exe_ext@
|
||||
/opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/jvgenmain@exe_ext@
|
||||
|
||||
# ==============================================================
|
||||
# rtems-base-g77
|
||||
|
||||
Reference in New Issue
Block a user