VirtualBox

Changeset 99472 in vbox


Ignore:
Timestamp:
Apr 20, 2023 6:17:49 AM (20 months ago)
Author:
vboxsync
Message:

Devices/EFI/Firmware: Set the correct output directory for the ArmVirtQemu platform based on the architecture, bugref:10400

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/ArmVirtPkg/ArmVirtQemu.dsc

    r99464 r99472  
    1818  PLATFORM_VERSION               = 0.1
    1919  DSC_SPECIFICATION              = 0x00010005
     20!ifndef $(VBOX_OUTPUT_BASE_DIR)
    2021  OUTPUT_DIRECTORY               = Build/ArmVirtQemu-$(ARCH)
     22!else
     23!if $(ARCH) == AARCH64
     24  OUTPUT_DIRECTORY               = $(VBOX_OUTPUT_BASE_DIR)/aarch64
     25!else
     26  OUTPUT_DIRECTORY               = $(VBOX_OUTPUT_BASE_DIR)/aarch32
     27!endif
     28!endif
    2129  SUPPORTED_ARCHITECTURES        = AARCH64|ARM
    2230  BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT
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