summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-06-23 07:54:01 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-06-23 07:54:01 +0000
commitef139a3a5e41fbcbabdf4be0ecbbb5591448ad2e (patch)
treee9723f6723c0ed5b77b0edf85cb0ce2db6d35d66 /configure.in
parent1f76f6999974a3a1765aaa96fecc3f2433e7b5b6 (diff)
downloadopenocd+libswd-ef139a3a5e41fbcbabdf4be0ecbbb5591448ad2e.tar.gz
openocd+libswd-ef139a3a5e41fbcbabdf4be0ecbbb5591448ad2e.tar.bz2
openocd+libswd-ef139a3a5e41fbcbabdf4be0ecbbb5591448ad2e.tar.xz
openocd+libswd-ef139a3a5e41fbcbabdf4be0ecbbb5591448ad2e.zip
- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)
- fix trunk build for mac os x (patch from Lauri Leukkunen, thanks) - added check for host endianness, defines WORDS_BIGENDIAN on a big-endian host (e.g. mac os-x) - fixed bug where endianness of memory accesses could be swapped on BE hosts - added space for zero termination of ftd2xx_layout string (from Magnus Ludin, tahnks) git-svn-id: svn://svn.berlios.de/openocd/trunk@73 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index db378068..8de2b832 100644
--- a/configure.in
+++ b/configure.in
@@ -4,6 +4,10 @@ AC_SEARCH_LIBS([ioperm], [ioperm])
AC_CANONICAL_HOST
+AC_C_BIGENDIAN
+
+AC_CHECK_FUNCS(strndup)
+
build_bitbang=no
is_cygwin=no