VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/Etherboot-src/Makefile@ 1

Last change on this file since 1 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 360 bytes
Line 
1# Override ARCH here or on the command line
2# ARCH=i386
3# Additionally you can supply extra compilation arguments, e.g. for x86_64
4# EXTRA_CFLAGS=-m32
5# EXTRA_ASFLAGS=--32
6# EXTRA_LDFLAGS=-m elf_i386
7ifndef ARCH
8ARCH:=$(shell uname -m | sed -e s,i[3456789]86,i386,)
9endif
10MAKEDEPS:=
11SUFFIXES:=
12
13include Config
14include arch/$(ARCH)/Config
15include Makefile.main
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette