aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/arch/ia64/arch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/arch/ia64/arch.mk')
-rw-r--r--extras/mini-os/arch/ia64/arch.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/extras/mini-os/arch/ia64/arch.mk b/extras/mini-os/arch/ia64/arch.mk
deleted file mode 100644
index e6a17d3eb7..0000000000
--- a/extras/mini-os/arch/ia64/arch.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-
-ARCH_CFLAGS := -mfixed-range=f2-f5,f12-f15,f32-f127 -mconstant-gp
-ARCH_CFLAGS += -O2
-ARCH_ASFLAGS := -x assembler-with-cpp
-ARCH_ASFLAGS += -mfixed-range=f2-f5,f12-f15,f32-f127 -fomit-frame-pointer
-ARCH_ASFLAGS += -fno-builtin -fno-common -fno-strict-aliasing -mconstant-gp
-
-ARCH_LDFLAGS = -warn-common
-