diff options
Diffstat (limited to 'configs/linux-ppc')
-rw-r--r-- | configs/linux-ppc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/linux-ppc b/configs/linux-ppc new file mode 100644 index 0000000000..13cfdeb422 --- /dev/null +++ b/configs/linux-ppc @@ -0,0 +1,9 @@ +# Configuration for Linux on PPC + +include $(TOP)/configs/linux + +CONFIG_NAME = linux-ppc + +OPT_FLAGS = -O3 -mcpu=603 -fsigned-char -funroll-loops + +# FIXME: Use of PowerPC assembly should be enabled here.
\ No newline at end of file |