Included MorphOS patch

This commit is contained in:
llsth 2015-03-26 12:49:27 +01:00
parent b0d329aaa3
commit 68c99032f1
2 changed files with 8 additions and 2 deletions

View File

@ -1,16 +1,16 @@
This software contains copyrighted material by:
The Regents of the University of California
The NetBSD Foundation, Inc.
Sun Microsystems, Inc
Sun Microsystems, Inc.
Poul-Henning Kamp
Carsten Larsen
Ryan Juckett
Portions of the code have been contributed by:
Stephen L. Moshier
Stefan Haubenthal
Poul-Henning Kamp
Carsten Larsen
Ryan Juckett
Chris Torek
Mike Hibler

View File

@ -2,6 +2,8 @@
* Copyright (c) 2015 Carsten Larsen
* All rights reserved.
*
* This code contains contributions from Stefan Haubenthal
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@ -100,6 +102,10 @@
#define ACPU "i386"
#endif
#ifdef __powerpc__
#define ACPU "PowerPC"
#endif
#ifdef AROS
#define ASYSNAME SPACE "AROS"
#else