summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-22 11:52:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-22 11:52:41 +0000
commit70aecfc3a7fcd3c4eaffbc13ca8d00ede2784257 (patch)
tree8b0bfab415a2ccb60e3ff9120bd0cbaa0830852b /contrib
parentCleanup comment on vxaddr2line. (diff)
downloadrtems-70aecfc3a7fcd3c4eaffbc13ca8d00ede2784257.tar.bz2
Run make install-info to get the newlib infos
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/install.add6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/crossrpms/gcc/install.add b/contrib/crossrpms/gcc/install.add
index 73e4f3573c..a7ee62f310 100644
--- a/contrib/crossrpms/gcc/install.add
+++ b/contrib/crossrpms/gcc/install.add
@@ -10,6 +10,12 @@
# cd back to build/
cd ..
+%if %build_newlib
+ cd build/@tool_target@/newlib
+ make DESTDIR=$RPM_BUILD_ROOT install-info
+ cd ../../..
+%endif
+
%if "%{gcc_version}" < "4.0.3"
# Misplaced header file
if test -f $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h; then