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