From: John Marino Date: Tue, 14 Jul 2015 15:36:51 +0000 (+0000) Subject: configure.tgt: Add *-*-dragonfly to supported targets. X-Git-Tag: basepoints/gcc-7~5681 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6735e769f4f0b9d00f158d12a5979c2546fea8e;p=thirdparty%2Fgcc.git configure.tgt: Add *-*-dragonfly to supported targets. 2015-07-14 John Marino * configure.tgt: Add *-*-dragonfly to supported targets. From-SVN: r225779 --- diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 504872551059..b187ea177bd4 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,7 @@ +2015-07-14 John Marino + + * configure.tgt: Add *-*-dragonfly to supported targets. + 2015-01-21 Andrew Waterman * fop_n.c (libat_fetch_op): Align address to word boundary. diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index 3c1feddc3562..d71d55f23cbb 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -110,7 +110,7 @@ case "${target}" in ;; *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu \ - | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \ + | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly* \ | *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11* \ | *-*-darwin* | *-*-aix* | *-*-cygwin*) # POSIX system. The OS is supported.