VirtualBox

Changeset 345 in vbox for trunk


Ignore:
Timestamp:
Jan 26, 2007 8:43:55 AM (18 years ago)
Author:
vboxsync
Message:

made the Makefile compatible with (older) GNU make again to fix our tinderboxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r342 r345  
    3232 ifeq ($(ARCH),x86_64)
    3333  BUILD_TARGET_ARCH := amd64
    34  else ifeq ($(ARCH),i386)
    35   BUILD_TARGET_ARCH := x86
    36  else ifeq ($(filter-out x86_64 amd64 AMD64,$(shell uname -m)),)
    37   BUILD_TARGET_ARCH := amd64
    3834 else
    39   BUILD_TARGET_ARCH := x86
     35  ifeq ($(ARCH),i386)
     36   BUILD_TARGET_ARCH := x86
     37  else
     38   ifeq ($(filter-out x86_64 amd64 AMD64,$(shell uname -m)),)
     39    BUILD_TARGET_ARCH := amd64
     40   else
     41    BUILD_TARGET_ARCH := x86
     42   endif
     43  endif
    4044 endif
    4145endif
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