summaryrefslogtreecommitdiffstats
path: root/scripts/buildall.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-25 19:47:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-25 19:47:32 +0000
commit5eac93c7cc33640f8fc0786a2071c4466138ed56 (patch)
tree2854e2633ea7ae7f2d9356742d5112bbaed5cec8 /scripts/buildall.in
parentAttempting to split binutils and gcc into base/shared and CPU specific (diff)
downloadrtems-5eac93c7cc33640f8fc0786a2071c4466138ed56.tar.bz2
Now binutils, gcc, and gdb build into a "base" package that is shared
by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets.
Diffstat (limited to 'scripts/buildall.in')
-rwxr-xr-xscripts/buildall.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index bc70b1e182..81df764d04 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -135,11 +135,13 @@ do
# now build gcc/newlib
# NOTE: This requires having binutils installed and we immediately
# remove it once finished.
+ base_binutils_rpm=${dst}/../RPMS/i386/rtems-base-binutils-${binutils}-${binutils_rpm_release}.i386.rpm
binutils_rpm=${dst}/../RPMS/i386/${target}-binutils-${binutils}-${binutils_rpm_release}.i386.rpm
if [ ! -f ${binutils_rpm} ] ; then
echo There is no RPM for binutils for ${target}.
echo Looked for ${binutils_rpm}.
fi
+ ${ECHO} rpm -i ${base_binutils_rpm}
${ECHO} rpm -i ${binutils_rpm}
logfile=log/${target}-gccnewlib