- Timestamp:
- Jan 26, 2007 12:52:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r331 r342 25 25 # (We have to support basic cross building (ARCH=i386|x86_64).) 26 26 # 27 if eq ($(filteramd64 x86,$(BUILD_TARGET_ARCH)),)27 ifneq ($(filter-out amd64 x86,$(BUILD_TARGET_ARCH)),) 28 28 $(warning Ignoring unknown BUILD_TARGET_ARCH value '$(BUILD_TARGET_ARCH)'.) 29 29 BUILD_TARGET_ARCH :=
Note:
See TracChangeset
for help on using the changeset viewer.