Changeset 04803bf in mainline for defaults/sparc64/Makefile.config


Ignore:
Timestamp:
2011-03-21T22:00:17Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
143932e
Parents:
b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes (needs fixes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/sparc64/Makefile.config

    rb50b5af2 r04803bf  
    33
    44# Ramdisk format
    5 RDFMT = tmpfs
     5RDFMT = fat
    66
    77# Compiler
     
    3838CONFIG_LOG = n
    3939
     40# Kernel function tracing
     41CONFIG_TRACE = n
     42
    4043# Compile kernel tests
    4144CONFIG_TEST = y
     
    5356CONFIG_AOUT_ISOFS_B = y
    5457
    55 # External ramdisk
    56 CONFIG_RD_EXTERNAL = y
    57 
    58 # Use shared C library
    59 CONFIG_SHARED_LIBC = n
    60 
    6158# Load disk drivers on startup
    6259CONFIG_START_BD = n
     
    6461# Mount /data on startup
    6562CONFIG_MOUNT_DATA = n
     63
Note: See TracChangeset for help on using the changeset viewer.