Fix DragonFly BSD define in compiler-rt.

llvm-svn: 85726
This commit is contained in:
Edward O'Callaghan 2009-11-01 18:25:55 +00:00
parent 249f96e339
commit a8fa825177

View File

@ -36,7 +36,7 @@
/* .. */
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__)
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#include <sys/endian.h>
#if _BYTE_ORDER == _BIG_ENDIAN