diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-10-18 21:40:05 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-10-18 21:40:05 +0000 |
commit | c5b8d6d332f227b865ef320c5b5beb26968dbebe (patch) | |
tree | 74ce621d7362af02387de5f74e2e0c931511ea96 /scripts/gccnewlib.spec.in | |
parent | Working on being able to cut RPMs. It now appears that the process (diff) | |
download | rtems-c5b8d6d332f227b865ef320c5b5beb26968dbebe.tar.bz2 |
Making sparc-rtems rpms available.
Diffstat (limited to 'scripts/gccnewlib.spec.in')
-rw-r--r-- | scripts/gccnewlib.spec.in | 1 |
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 ) |