mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
gcc-4.1.0 still has issues with mudflap.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
cd ../../..
|
||||
%endif
|
||||
|
||||
%if "%{gcc_version}" < "4.0.3"
|
||||
%if "%{gcc_version}" <= "4.1.0"
|
||||
# Misplaced header file
|
||||
if test -f $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h; then
|
||||
mv $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h \
|
||||
@@ -67,7 +67,7 @@
|
||||
%endif
|
||||
|
||||
# Collect multilib subdirectories
|
||||
f=`gcc/xgcc -Bgcc/ --print-multi-lib | sed -e 's,;.*$,,'`
|
||||
f=`build/gcc/xgcc -Bbuild/gcc/ --print-multi-lib | sed -e 's,;.*$,,'`
|
||||
|
||||
echo "%defattr(-,root,root,-)" > build/files.newlib
|
||||
TGTDIR="%{_prefix}/@tool_target@/lib"
|
||||
|
||||
Reference in New Issue
Block a user