diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-14 15:36:51 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-14 15:36:51 +0000 |
commit | b3fc6d10bf313f9972cf69b09f1482382e7ebf88 (patch) | |
tree | 8acaef40aa86dc9c991699f8433e816126d25d22 /libatomic | |
parent | 8a6ab6a0bdb2de827dfa66f2447e0f02d229c9f6 (diff) | |
download | gcc-b3fc6d10bf313f9972cf69b09f1482382e7ebf88.tar.gz |
2015-07-14 John Marino <gnugcc@marino.st>
* configure.tgt: Add *-*-dragonfly to supported targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225779 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libatomic')
-rw-r--r-- | libatomic/ChangeLog | 4 | ||||
-rw-r--r-- | libatomic/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 50487255105..b187ea177bd 100644 --- a/libatomic/ChangeLog +++ b/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. diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index 3c1feddc356..d71d55f23cb 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. |