From 5eac93c7cc33640f8fc0786a2071c4466138ed56 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Jan 2000 19:47:32 +0000 Subject: 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. --- scripts/buildall.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/buildall.in') 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 -- cgit v1.2.3