diff options
author | marcel <marcel@FreeBSD.org> | 2007-12-16 00:45:56 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2007-12-16 00:45:56 +0000 |
commit | bdb53a4ffa9143d6fd9f881bad1a750f926c1c34 (patch) | |
tree | e86d776d61c016d15366ee2fbde0c3c0c2d82824 /sys/conf/options.powerpc | |
parent | edce837b8ccdd56bf3d9eb35334593be1d6db388 (diff) | |
download | FreeBSD-src-bdb53a4ffa9143d6fd9f881bad1a750f926c1c34.zip FreeBSD-src-bdb53a4ffa9143d6fd9f881bad1a750f926c1c34.tar.gz |
Rename OEA to AIM. The former means nothing as it applies to all
processors (it's the PowerPC Operating Environment Architecture).
AIM designates the processors made by the Apple-IBM-Motorola
alliance and those we typically support.
While here, remove the NetBSD option IPKDB. It's not an option
used by us. Also, PPC_HAVE_FPU is not used by us either. Remove
that too.
Obtained from: Juniper, Semihalf
Diffstat (limited to 'sys/conf/options.powerpc')
-rw-r--r-- | sys/conf/options.powerpc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc index a6dc6da..e89bda9 100644 --- a/sys/conf/options.powerpc +++ b/sys/conf/options.powerpc @@ -1,8 +1,7 @@ # $FreeBSD$ # Options specific to the powerpc platform kernels -OEA opt_global.h -IPKDB +AIM opt_global.h GFB_DEBUG opt_gfb.h GFB_NO_FONT_LOADING opt_gfb.h |