aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/sysdeps/aarch64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/aarch64/Makefile')
-rw-r--r--REORG.TODO/sysdeps/aarch64/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/aarch64/Makefile b/REORG.TODO/sysdeps/aarch64/Makefile
new file mode 100644
index 0000000000..562c1373ae
--- /dev/null
+++ b/REORG.TODO/sysdeps/aarch64/Makefile
@@ -0,0 +1,18 @@
+long-double-fcts = yes
+
+ifeq ($(subdir),debug)
+CFLAGS-backtrace.c += -funwind-tables
+endif
+
+ifeq ($(subdir),elf)
+sysdep-dl-routines += tlsdesc dl-tlsdesc
+gen-as-const-headers += dl-link.sym
+endif
+
+ifeq ($(subdir),csu)
+gen-as-const-headers += tlsdesc.sym
+endif
+
+ifeq ($(subdir),gmon)
+CFLAGS-mcount.c += -mgeneral-regs-only
+endif