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
|
---|
7 | ifndef ARCH
|
---|
8 | ARCH:=$(shell uname -m | sed -e s,i[3456789]86,i386,)
|
---|
9 | endif
|
---|
10 | MAKEDEPS:=
|
---|
11 | SUFFIXES:=
|
---|
12 |
|
---|
13 | include Config
|
---|
14 | include arch/$(ARCH)/Config
|
---|
15 | include Makefile.main
|
---|
Note:
See
TracBrowser
for help on using the repository browser.