Skip to content

Commit

Permalink
2015-07-14 John Marino <gnugcc@marino.st>
Browse files Browse the repository at this point in the history
	* configure.tgt: Add *-*-dragonfly to supported targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225779 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
redi committed Jul 14, 2015
1 parent 8a6ab6a commit b3fc6d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libatomic/ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libatomic/configure.tgt
Expand Up @@ -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.
Expand Down

0 comments on commit b3fc6d1

Please sign in to comment.