]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.tgt: Add *-*-dragonfly to supported targets.
authorJohn Marino <gnugcc@marino.st>
Tue, 14 Jul 2015 15:36:51 +0000 (15:36 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 14 Jul 2015 15:36:51 +0000 (16:36 +0100)
2015-07-14  John Marino  <gnugcc@marino.st>

* configure.tgt: Add *-*-dragonfly to supported targets.

From-SVN: r225779

libatomic/ChangeLog
libatomic/configure.tgt

index 504872551059d50b2fa01794f4632b02d8da801b..b187ea177bd450491ede1c7cdc655f24fd00a01e 100644 (file)
@@ -1,3 +1,7 @@
+2015-07-14  John Marino  <gnugcc@marino.st>
+
+       * configure.tgt: Add *-*-dragonfly to supported targets.
+
 2015-01-21  Andrew Waterman <waterman@cs.berkeley.edu>
 
        * fop_n.c (libat_fetch_op): Align address to word boundary.
index 3c1feddc35626b4841d99e1f76cf448ca518bc4d..d71d55f23cbb165b6bc5135b3ee64a359d24c9fd 100644 (file)
@@ -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.