summaryrefslogtreecommitdiffstats
path: root/src/arch/ia64/Config
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ia64/Config')
-rw-r--r--src/arch/ia64/Config22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/arch/ia64/Config b/src/arch/ia64/Config
new file mode 100644
index 000000000..6b7405f18
--- /dev/null
+++ b/src/arch/ia64/Config
@@ -0,0 +1,22 @@
+# Config for ia64 Etherboot
+#
+# Do not delete the tag OptionDescription and /OptionDescription
+# It is used to automatically generate the documentation.
+#
+# @OptionDescrition@
+#
+# BIOS interface options:
+#
+# -DCONFIG_EFI
+# Compile in support for EFI
+#
+# @/OptionDescription@
+
+CFLAGS+= -DCONSOLE_FIRMWARE
+CFLAGS+= -DCONFIG_EFI
+
+CFLAGS+= -fpic -mconstant-gp -mauto-pic
+ASFLAGS+= -mconstant-gp -mauto-pic
+
+LDFLAGS+= -static -shared -Bsymbolic --warn-multiple-gp --warn-common
+