Last change
on this file since 400 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:
283 bytes
|
Line | |
---|
1 | ARCH:=i386
|
---|
2 | MAKEDEPS:=
|
---|
3 |
|
---|
4 | include arch/$(ARCH)/Config
|
---|
5 | include Config
|
---|
6 |
|
---|
7 | CC= i386-linux-gcc
|
---|
8 | AS= i386-linux-as
|
---|
9 | LD= i386-linux-ld
|
---|
10 | SIZE= i386-linux-size
|
---|
11 | AR= i386-linux-ar
|
---|
12 | RANLIB= i386-linux-ranlib
|
---|
13 | OBJCOPY= i386-linux-objcopy
|
---|
14 |
|
---|
15 | MAKEDEPS+=Makefile-i386
|
---|
16 | BIN=bin-i386
|
---|
17 |
|
---|
18 | include Makefile.main
|
---|
Note:
See
TracBrowser
for help on using the repository browser.