about summary refs log tree commit diff
path: root/sysdeps/ia64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/Makefile')
-rw-r--r--sysdeps/ia64/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/ia64/Makefile b/sysdeps/ia64/Makefile
new file mode 100644
index 0000000000..5f04a9dd66
--- /dev/null
+++ b/sysdeps/ia64/Makefile
@@ -0,0 +1,8 @@
+ifeq ($(subdir), csu)
+CPPFLAGS-start.S = -D__ASSEMBLY__
+endif
+
+ifeq ($(subdir),elf)
+dl-routines += dl-symaddr dl-fptr
+rtld-routines += dl-symaddr dl-fptr
+endif