summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib.spec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-18 21:40:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-18 21:40:05 +0000
commitc5b8d6d332f227b865ef320c5b5beb26968dbebe (patch)
tree74ce621d7362af02387de5f74e2e0c931511ea96 /scripts/gccnewlib.spec.in
parentWorking on being able to cut RPMs. It now appears that the process (diff)
downloadrtems-c5b8d6d332f227b865ef320c5b5beb26968dbebe.tar.bz2
Making sparc-rtems rpms available.
Diffstat (limited to '')
-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
)