From 68c99032f1d3e6cfeb7d8c39cba2bba8409a6bd0 Mon Sep 17 00:00:00 2001 From: llsth Date: Thu, 26 Mar 2015 12:49:27 +0100 Subject: [PATCH] Included MorphOS patch --- COPYRIGHT | 4 ++-- def/text.h | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index e2de24e4..0cecb89b 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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 - diff --git a/def/text.h b/def/text.h index e26f1001..40258bf4 100755 --- a/def/text.h +++ b/def/text.h @@ -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