Last change
on this file since 1372 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:
477 bytes
|
Line | |
---|
1 | # Config for ia64 Etherboot
|
---|
2 | #
|
---|
3 | # Do not delete the tag OptionDescription and /OptionDescription
|
---|
4 | # It is used to automatically generate the documentation.
|
---|
5 | #
|
---|
6 | # @OptionDescrition@
|
---|
7 | #
|
---|
8 | # BIOS interface options:
|
---|
9 | #
|
---|
10 | # -DCONFIG_EFI
|
---|
11 | # Compile in support for EFI
|
---|
12 | #
|
---|
13 | # @/OptionDescription@
|
---|
14 |
|
---|
15 | CFLAGS+= -DCONSOLE_FIRMWARE
|
---|
16 | CFLAGS+= -DCONFIG_EFI
|
---|
17 |
|
---|
18 | CFLAGS+= -fpic -mconstant-gp -mauto-pic
|
---|
19 | ASFLAGS+= -mconstant-gp -mauto-pic
|
---|
20 |
|
---|
21 | LDFLAGS+= -static -shared -Bsymbolic --warn-multiple-gp --warn-common
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.