aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390/t-linux
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/t-linux')
-rw-r--r--gcc/config/s390/t-linux11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/s390/t-linux b/gcc/config/s390/t-linux
new file mode 100644
index 0000000..07c7727
--- /dev/null
+++ b/gcc/config/s390/t-linux
@@ -0,0 +1,11 @@
+# The crtbegin and crtend must not depend on a small GOT
+CRTSTUFF_T_CFLAGS = -O2 -fPIC
+
+linux.o: $(srcdir)/config/s390/linux.c $(CONFIG_H)
+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/s390/linux.c
+
+# Compile libgcc2.a with pic.
+TARGET_LIBGCC2_CFLAGS = -fPIC -include $(srcdir)/config/s390/fixdfdi.h
+
+
+