diff options
author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-07-13 05:32:19 +0000 |
---|---|---|
committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-07-13 05:32:19 +0000 |
commit | c3e289e1ce8c9af8d14e9f727632e22b3bf901f9 (patch) | |
tree | 735db4c7a37fa272b6302d00e5a8c7e4c1bf84cb /sys/conf/options.powerpc | |
parent | 6a6705e980473a1b397227850a0ddc3d6c9d0aea (diff) |
MFppc64:
Kernel sources for 64-bit PowerPC, along with build-system changes to keep
32-bit kernels compiling (build system changes for 64-bit kernels are
coming later). Existing 32-bit PowerPC kernel configurations must be
updated after this change to specify their architecture.
Notes
Notes:
svn path=/head/; revision=209975
Diffstat (limited to 'sys/conf/options.powerpc')
-rw-r--r-- | sys/conf/options.powerpc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc index b374dfb62d26..6fbe5e6af9a9 100644 --- a/sys/conf/options.powerpc +++ b/sys/conf/options.powerpc @@ -4,8 +4,13 @@ AIM opt_global.h E500 opt_global.h +POWERPC +POWERPC64 + FPU_EMU +COMPAT_FREEBSD32 opt_compat.h + GFB_DEBUG opt_gfb.h GFB_NO_FONT_LOADING opt_gfb.h GFB_NO_MODE_CHANGE opt_gfb.h |