From 70aecfc3a7fcd3c4eaffbc13ca8d00ede2784257 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 22 Feb 2006 11:52:41 +0000 Subject: [PATCH] Run make install-info to get the newlib infos --- contrib/crossrpms/gcc/install.add | 6 ++++++ 1 file changed, 6 insertions(+) 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