VirtualBox

Changeset 78452 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
May 8, 2019 4:17:59 PM (6 years ago)
Author:
vboxsync
Message:

bldprogs: skip some utilities which are not compatible with sparc64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/Makefile.kmk

    r76553 r78452  
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
    21 BLDPROGS += bin2c biossums filesplitter VBoxCmp
     21ifneq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),solaris.sparc64)
     22 BLDPROGS += bin2c biossums filesplitter VBoxCmp
     23endif
    2224
    2325bin2c_TEMPLATE = VBoxBldProg
     
    7375VBoxCheckImports_SOURCES  = VBoxCheckImports.cpp
    7476
    75 BLDPROGS += VBoxDef2LazyLoad
     77ifneq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),solaris.sparc64)
     78 BLDPROGS += VBoxDef2LazyLoad
     79endif
    7680VBoxDef2LazyLoad_TEMPLATE = VBoxBldProg
    7781VBoxDef2LazyLoad_SOURCES  = VBoxDef2LazyLoad.cpp
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette