summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gccnewlib.spec.in')
-rw-r--r--scripts/gccnewlib.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gccnewlib.spec.in b/scripts/gccnewlib.spec.in
index 6fb01d965f..8cf8f9ea0a 100644
--- a/scripts/gccnewlib.spec.in
+++ b/scripts/gccnewlib.spec.in
@@ -91,6 +91,7 @@ test -d build || mkdir build
%install
( cd build
make prefix=$RPM_BUILD_ROOT/opt/rtems install
+ cd @target_alias@/newlib
make prefix=$RPM_BUILD_ROOT/opt/rtems install-info
)