Changeset 41408d94 in mainline for boot


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f176da
Parents:
63660a3
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 20:18:37)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

sparc64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    r63660a3 r41408d94  
    3838EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow
    3939
    40 ifeq ($(PROCESSOR), sun4v)
    41 RD_DRVS_ESSENTIAL += \
    42         platform/sun4v \
    43         char/sun4v-con
    44 else
    45 RD_DRVS_ESSENTIAL += \
    46         platform/sun4u \
    47         bus/pci/pciintel \
    48         bus/isa \
    49         intctl/obio \
    50         char/ns8250
    51 endif
    52 
    5340SOURCES = \
    5441        arch/$(BARCH)/src/asm.S \
Note: See TracChangeset for help on using the changeset viewer.