VirtualBox

Changeset 59316 in vbox


Ignore:
Timestamp:
Jan 12, 2016 12:39:27 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: Check gcc version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/Makefile.kmk

    r59315 r59316  
    4141#
    4242if defined(VBOX_WITH_OPEN_WATCOM)
    43  if1of ($(KBUILD_TARGET), linux win) # requires patched NASM.
     43 if1of ($(KBUILD_TARGET), win)
    4444  VBOX_WITH_BS3KIT = 1
     45 else if $(VBOX_GCC_VERSION_CC) >= 40400 # ms_abi was added in 4.4
     46  if1of ($(KBUILD_TARGET), linux) # Requires patched NASM in tools.
     47   VBOX_WITH_BS3KIT = 1
     48  endif
     49 endif
     50 ifdef VBOX_WITH_BS3KIT
    4551  include $(PATH_SUB_CURRENT)/bs3kit/Makefile.kmk
    4652 endif
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