aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2005-06-06 09:46:39 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2005-06-06 09:46:39 +0000
commit1f4174d400205c8750ea44780be7fefd4fd861ef (patch)
tree43200a20855887cd7a968438d77caf06649ce0d0 /gcc/config
parent5380bc7e61010bf0aebf1124eeff6a61be4c7137 (diff)
downloadgcc-1f4174d400205c8750ea44780be7fefd4fd861ef.zip
gcc-1f4174d400205c8750ea44780be7fefd4fd861ef.tar.gz
gcc-1f4174d400205c8750ea44780be7fefd4fd861ef.tar.bz2
Add bfin-uclinux configuration.
From-SVN: r100656
Diffstat (limited to 'gcc/config')
-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 0000000..d68008a9
--- /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"