--- libatomic/configure.tgt.orig 2015-01-09 14:06:02 UTC +++ libatomic/configure.tgt @@ -38,6 +38,8 @@ case "${target_cpu}" in arm*) ARCH=arm case "${target}" in + arm*-*-bsdsunix*) + ;; arm*-*-freebsd*) ;; *) @@ -110,7 +112,7 @@ case "${target}" in ;; *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu \ - | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \ + | *-*-netbsd* | *-*-bsdsunix* | *-*-freebsd* | *-*-openbsd* \ | *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11* \ | *-*-darwin* | *-*-aix* | *-*-cygwin*) # POSIX system. The OS is supported.