mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Force gdb6 into disc1 for amd64, sparc64, and ia64
(until they have /usr/src gdb support)
This commit is contained in:
parent
29906c8dfd
commit
404c3c841f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127388
@ -74,6 +74,9 @@ CDROM_SET_1="${CDROM_SET_1} emulators/osf1_base"
|
||||
elif [ "X${PKG_ARCH}" = "Xi386" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} emulators/linux_base"
|
||||
fi
|
||||
if [ "X${PKG_ARCH}" = "Xamd64" -o "X${PKG_ARCH}" = "Xsparc64" -o "X${PKG_ARCH}" = "Xia64" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} devel/gdb6"
|
||||
fi
|
||||
CDROM_SET_1="${CDROM_SET_1} lang/perl5"
|
||||
CDROM_SET_1="${CDROM_SET_1} mail/exim"
|
||||
CDROM_SET_1="${CDROM_SET_1} mail/postfix"
|
||||
|
Loading…
Reference in New Issue
Block a user