source:
vbox/trunk/src/VBox/Devices/PC/Etherboot-src/Makefile@
41371
最後變更 在這個檔案從41371是 1,由 提交於 55 年 前 | |
---|---|
|
|
檔案大小: 360 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器