Clone of mesa.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

linux-ppc 201B

123456789
  1. # Configuration for Linux on PPC
  2. include $(TOP)/configs/linux
  3. CONFIG_NAME = linux-ppc
  4. OPT_FLAGS = -O3 -mcpu=603 -fsigned-char -funroll-loops
  5. # FIXME: Use of PowerPC assembly should be enabled here.