mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Backport from CVS-HEAD.
This commit is contained in:
@@ -63,6 +63,11 @@
|
||||
rm -rf ${RPM_BUILD_ROOT}%{gccexec}/@tool_target@/%{gcc_version}/install-tools
|
||||
%endif
|
||||
|
||||
# Bug in gcc > 4.1.0: Installs an unused, empty directory
|
||||
if test -d ${RPM_BUILD_ROOT}%{_prefix}/@tool_target@/include/bits; then
|
||||
rmdir ${RPM_BUILD_ROOT}%{_prefix}/@tool_target@/include/bits
|
||||
fi
|
||||
|
||||
# Collect multilib subdirectories
|
||||
f=`build/gcc/xgcc -Bbuild/gcc/ --print-multi-lib | sed -e 's,;.*$,,'`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user