VirtualBox

Changeset 100195 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 16, 2023 8:25:34 AM (19 months ago)
Author:
vboxsync
Message:

*: Some of the easy build fixes for linux.arm64 not warranting their own commit, bugref:10457 [fix for ancient versions of make]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile-header.gmk

    r100191 r100195  
    6363ifeq ($(filter-out x86_64 amd64 AMD64,$(shell uname -m)),)
    6464 VBOX_KBUILD_TARGET_ARCH_DEFAULT := amd64
    65 else ifeq ($(filter-out aarch64,$(shell uname -m)),)
    66  VBOX_KBUILD_TARGET_ARCH_DEFAULT := arm64
    67 else ifeq ($(filter-out armv7,$(shell uname -m)),)
    68  VBOX_KBUILD_TARGET_ARCH_DEFAULT := arm32
    69 else
    70  VBOX_KBUILD_TARGET_ARCH_DEFAULT := x86
     65else
     66 ifeq ($(filter-out aarch64,$(shell uname -m)),)
     67  VBOX_KBUILD_TARGET_ARCH_DEFAULT := arm64
     68 else
     69  ifeq ($(filter-out armv7,$(shell uname -m)),)
     70   VBOX_KBUILD_TARGET_ARCH_DEFAULT := arm32
     71  else
     72   VBOX_KBUILD_TARGET_ARCH_DEFAULT := x86
     73  endif
     74 endif
    7175endif
    7276ifdef VBOX_KBUILD_TARGET_ARCH
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