aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin/uclinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/bfin/uclinux.h')
-rw-r--r--gcc/config/bfin/uclinux.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/bfin/uclinux.h b/gcc/config/bfin/uclinux.h
new file mode 100644
index 00000000000..d68008a93ab
--- /dev/null
+++ b/gcc/config/bfin/uclinux.h
@@ -0,0 +1,10 @@
+#undef STARTFILE_SPEC
+#define STARTFILE_SPEC \
+ "crt1%O%s crti%O%s crtbegin%O%s"
+
+#undef ENDFILE_SPEC
+#define ENDFILE_SPEC \
+ "crtend%O%s crtn%O%s"
+
+#undef LIB_SPEC
+#define LIB_SPEC "%{pthread:-lpthread} -lc"