Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/sparc64/Makefile.config

    ra63d216 ra0a273e  
    77# Compiler
    88COMPILER = gcc_cross
     9
     10# In case compiler is clang, whether or not to use its integrated assembler.
     11INTEGRATED_AS = default
    912
    1013# Support for SMP
     
    4447CONFIG_TEST = y
    4548
     49# Kernel RCU implementation
     50RCU = PREEMPT_A
     51
    4652# Input device class
    4753CONFIG_HID_IN = generic
     
    5258# Start AP processors by the loader
    5359CONFIG_AP = y
     60
     61# Optimization level
     62OPTIMIZATION = 3
Note: See TracChangeset for help on using the changeset viewer.