Changeset 14326 in hybrid for branches/releng-11/nanobsd


Ignore:
Timestamp:
Feb 10, 2019, 12:23:29 PM (6 years ago)
Author:
rick
Message:

Add 12-RELEASE compile support

Since it does not break 11-RELEASE, do not start a new branch.

Location:
branches/releng-11/nanobsd/cfg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/cfg/kernel.wleiden

    r14005 r14326  
    5757
    5858# Bus support.
    59 device          eisa
    6059device          pci
    6160device          acpi
     
    7170device          da              # Direct Access (disks)
    7271device          pass            # Passthrough device (direct ATA/SCSI access)
    73 
    74 # Add suspend/resume support for the i8254.
    75 device          pmtimer
    7672
    7773# PCCARD (PCMCIA) support
  • branches/releng-11/nanobsd/cfg/nanobsd.wleiden

    r14248 r14326  
    174174WITHOUT_UNBOUND=YES                     # Port version will be used if any is used
    175175WITHOUT_LOCALES=YES                     # No localization support
     176
     177# LLVM Target selection to speed up compilation
     178WITHOUT_LLVM_TARGET_AARCH64=YES
     179WITHOUT_LLVM_TARGET_ARM=YES
     180WITHOUT_LLVM_TARGET_MIPS=YES
     181WITHOUT_LLVM_TARGET_POWERPC=YES
     182WITHOUT_LLVM_TARGET_SPARC=YES
     183WITH_LLVM_TARGET_X86=YES
    176184'
    177185
Note: See TracChangeset for help on using the changeset viewer.