VirtualBox

Changeset 8053 in vbox for trunk/src/recompiler/Makefile.kmk


Ignore:
Timestamp:
Apr 16, 2008 4:34:20 PM (17 years ago)
Author:
vboxsync
Message:

Check for alternative versions of the i386-elf-gcc binary.

File:
1 edited

Legend:

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

    r5999 r8053  
    335335ifndef VBOX_RECOMPILER_OP_GCC
    336336 ifeq ($(BUILD_TARGET).$(BUILD_TARGET_ARCH),darwin.x86)
    337   VBOX_RECOMPILER_OP_GCC ?= i386-elf-gcc-3.4.3 # (port install i386-gcc-elf)
     337  VBOX_RECOMPILER_OP_GCC ?= $(notdir $(firstword $(which i386-elf-gcc-3.4 i386-elf-gcc-3.4.6 i386-elf-gcc-3.4.3 i386-elf-gcc) i386-elf-gcc)) # (port install i386-gcc-elf)
    338338  VBOX_RECOMPILER_OP_GCC_OK := yes
    339339  VBOX_RECOMPILER_OP_GCC_INCS ?= $(abspath $(dir $(shell LC_ALL=C $(VBOX_RECOMPILER_OP_GCC) -print-libgcc-file-name)))/include
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