summaryrefslogtreecommitdiffstats
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-26 23:57:37 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-26 23:57:37 +0000
commit5bb27b7c037b88a67d4b9eed48a7ece3b7ffec04 (patch)
tree26e156459542ab0e539b5dea2c200d63a1abfeff /libgcc/config.host
parentf6857619d20468e499ba4dfd043f21a10b032abd (diff)
downloadppe42-gcc-5bb27b7c037b88a67d4b9eed48a7ece3b7ffec04.tar.gz
ppe42-gcc-5bb27b7c037b88a67d4b9eed48a7ece3b7ffec04.zip
m68k-linux: Implement atomic operations via syscall.
libgcc/ * config/m68k/linux.h (TARGET_INIT_LIBFUNCS): New. * config/m68k/m68k.c (m68k_init_sync_libfuncs): New. gcc/ * config/m68k/linux-atomic.c: New file. * config/m68k/t-linux: New file. * config.host (m68k-uclinux, m68k-linux): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181746 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 447c41c46a0..bcab56070e3 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -701,14 +701,14 @@ m68k*-*-netbsdelf*)
;;
m68k*-*-openbsd*)
;;
-m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
- tmake_file="$tmake_file m68k/t-floatlib"
+m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
+ tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
md_unwind_header=m68k/linux-unwind.h
;;
m68k-*-linux*) # Motorola m68k's running GNU/Linux
# with ELF format using glibc 2
# aka the GNU/Linux C library 6.
- tmake_file="$tmake_file m68k/t-floatlib"
+ tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
# If not configured with --enable-sjlj-exceptions, bump the
# libgcc version number.
if test x$enable_sjlj_exceptions != xyes; then
OpenPOWER on IntegriCloud