VirtualBox

Changeset 16010 in vbox


Ignore:
Timestamp:
Jan 17, 2009 11:32:37 PM (16 years ago)
Author:
vboxsync
Message:

Config.kmk: FreeBSD doesn't have bcc and as86 checked in, pick it up from the PATH instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r16009 r16010  
    12501250# Bruce's C compile is a C-compiler for BIOS-related 8086 code
    12511251ifndef VBOX_BCC
    1252  if exist $(PATH_DEVTOOLS_BLD)/bin/bcc$(HOSTSUFF_EXE)
     1252 if exists "$(PATH_DEVTOOLS_BLD)/bin/bcc$(HOSTSUFF_EXE)"
    12531253VBOX_BCC       := $(PATH_DEVTOOLS_BLD)/bin/bcc$(HOSTSUFF_EXE) -B $(PATH_DEVTOOLS_BLD)/bin/
    12541254 else
     
    12591259# Assembler for BIOS-related 8086 code
    12601260ifndef VBOX_AS86
    1261  if exist $(PATH_DEVTOOLS_BLD)/bin/as86$(HOSTSUFF_EXE)
     1261 if exists "$(PATH_DEVTOOLS_BLD)/bin/as86$(HOSTSUFF_EXE)"
    12621262VBOX_AS86      := $(PATH_DEVTOOLS_BLD)/bin/as86$(HOSTSUFF_EXE)
    12631263 else
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