Move Amiga PORT to ELF and new toolchain. Still missing:
support in UPGRADE to move old shared libs to /emul/aout
This commit is contained in:
parent
57c8cc95f1
commit
92a181b637
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: md.amiga,v 1.44 2001/11/28 13:29:29 kleink Exp $
|
||||
# $NetBSD: md.amiga,v 1.45 2002/02/15 21:28:03 is Exp $
|
||||
./usr/include/amiga comp-c-include
|
||||
./usr/include/amiga/_G_config.h comp-c-include
|
||||
./usr/include/amiga/ansi.h comp-c-include
|
||||
|
@ -47,5 +47,3 @@
|
|||
./usr/include/amiga/varargs.h comp-c-include
|
||||
./usr/include/amiga/vmparam.h comp-c-include
|
||||
./usr/include/ieeefp.h comp-c-include
|
||||
./usr/lib/c++rt0.o comp-cxx-lib
|
||||
./usr/lib/scrt0.o comp-c-lib
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $NetBSD: obsolete.amiga,v 1.2 2001/11/28 13:29:29 kleink Exp $
|
||||
# $NetBSD: obsolete.amiga,v 1.3 2002/02/15 21:28:04 is Exp $
|
||||
/usr/include/amiga/fbio.h
|
||||
/usr/include/amiga/svr4_machdep.h
|
||||
/usr/lib/c++rt0.o
|
||||
/usr/lib/scrt0.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.269 2002/02/15 10:20:24 matthias Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.270 2002/02/15 21:28:04 is Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
|
@ -20,7 +20,6 @@ NEED_OWN_INSTALL_TARGET?= yes
|
|||
${MACHINE_ARCH} == "ns32k" || \
|
||||
${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
|
||||
${MACHINE_ARCH} == "vax" || \
|
||||
${MACHINE} == "amiga" || \
|
||||
${MACHINE} == "mac68k")
|
||||
USE_NEW_TOOLCHAIN=nowarn
|
||||
.endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: AMIGA,v 1.45 2002/02/13 12:09:25 is Exp $
|
||||
# $NetBSD: AMIGA,v 1.46 2002/02/15 21:28:04 is Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
|
@ -24,7 +24,7 @@
|
|||
#device.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.45 $"
|
||||
#ident "GENERIC-$Revision: 1.46 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
@ -122,6 +122,7 @@ options COMPAT_NOMID # allow nonvalid machine id executables
|
|||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DRACO,v 1.61 2002/02/13 12:09:25 is Exp $
|
||||
# $NetBSD: DRACO,v 1.62 2002/02/15 21:28:05 is Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
|
@ -24,7 +24,7 @@
|
|||
#device.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.61 $"
|
||||
#ident "GENERIC-$Revision: 1.62 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
@ -110,6 +110,7 @@ options COMPAT_NOMID # allow nonvalid machine id executables
|
|||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.174 2002/02/13 12:08:57 is Exp $
|
||||
# $NetBSD: GENERIC,v 1.175 2002/02/15 21:28:05 is Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.174 $"
|
||||
#ident "GENERIC-$Revision: 1.175 $"
|
||||
|
||||
#ifdef INSTALL_CONFIGURATION
|
||||
makeoptions COPTS="-Os"
|
||||
|
@ -158,6 +158,7 @@ options COMPAT_NOMID # allow nonvalid machine id executables
|
|||
#endif
|
||||
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.23 2002/02/13 12:09:25 is Exp $
|
||||
# $NetBSD: INSTALL,v 1.24 2002/02/15 21:28:05 is Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
|
@ -24,7 +24,7 @@
|
|||
#device.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.23 $"
|
||||
#ident "GENERIC-$Revision: 1.24 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
|
@ -91,6 +91,7 @@ file-system KERNFS # kernel data-structure filesystem
|
|||
#Compatibility options for various existing systems
|
||||
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#Support for various kernel options
|
||||
|
||||
|
|
Loading…
Reference in New Issue