As pointed out by Izumi and Tsutsui and Valeriy Ushakov, these should
properly be .ad. files, not .md. files.
This commit is contained in:
parent
76847dcb92
commit
82f4871f70
|
@ -0,0 +1,2 @@
|
|||
# $NetBSD: gcc4.ad.i386,v 1.1 2006/06/09 03:14:54 dogcow Exp $
|
||||
./usr/include/mm_malloc.h comp-c-include gcccmds
|
|
@ -0,0 +1,2 @@
|
|||
# $NetBSD: gcc4.ad.x86_64,v 1.1 2006/06/09 03:14:54 dogcow Exp $
|
||||
./usr/include/mm_malloc.h comp-c-include gcccmds
|
|
@ -1,2 +0,0 @@
|
|||
# $NetBSD: gcc4.md.i386,v 1.1 2006/05/17 15:07:05 tron Exp $
|
||||
./usr/include/mm_malloc.h comp-c-include gcccmds
|
|
@ -1,2 +0,0 @@
|
|||
# $NetBSD: gcc4.md.x86_64,v 1.1 2006/06/07 15:49:12 dogcow Exp $
|
||||
./usr/include/mm_malloc.h comp-c-include gcccmds
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: sets.subr,v 1.49 2006/05/19 01:49:05 dogcow Exp $
|
||||
# $NetBSD: sets.subr,v 1.50 2006/06/09 03:14:54 dogcow Exp $
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -214,7 +214,7 @@ fi
|
|||
# In each file, a record consists of a path and a System Package name,
|
||||
# separated by whitespace. E.g.,
|
||||
#
|
||||
# # $NetBSD: sets.subr,v 1.49 2006/05/19 01:49:05 dogcow Exp $
|
||||
# # $NetBSD: sets.subr,v 1.50 2006/06/09 03:14:54 dogcow Exp $
|
||||
# . base-sys-root [keyword[,...]]
|
||||
# ./altroot base-sys-root
|
||||
# ./bin base-sys-root
|
||||
|
@ -424,8 +424,8 @@ list_set_lists()
|
|||
if [ -f $setdir/gcc4.mi ]; then
|
||||
echo $setdir/gcc4.mi
|
||||
fi
|
||||
if [ -f $setdir/gcc4.md.${MACHINE_CPU} ]; then
|
||||
echo $setdir/gcc4.md.${MACHINE_CPU}
|
||||
if [ -f $setdir/gcc4.ad.${MACHINE_ARCH} ]; then
|
||||
echo $setdir/gcc4.ad.${MACHINE_ARCH}
|
||||
fi
|
||||
if [ "$shlib" != "no" ]; then
|
||||
if [ -f $setdir/gcc4.shl ]; then
|
||||
|
|
Loading…
Reference in New Issue