summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomek CEDRO <cederom@tlen.pl>2011-11-01 18:58:34 +0000
committerTomek CEDRO <cederom@tlen.pl>2011-11-01 18:58:34 +0000
commit0db454e8d91d3246e32b5e4257a4ea5cfb2815a4 (patch)
treee3e3c4c8c495c8ffe535db9b0ab3ec2ba70dca26
parentdfdc7251df18b5027f00875866217c433fe44e36 (diff)
downloadopenocd+libswd-0db454e8d91d3246e32b5e4257a4ea5cfb2815a4.tar.gz
openocd+libswd-0db454e8d91d3246e32b5e4257a4ea5cfb2815a4.tar.bz2
openocd+libswd-0db454e8d91d3246e32b5e4257a4ea5cfb2815a4.tar.xz
openocd+libswd-0db454e8d91d3246e32b5e4257a4ea5cfb2815a4.zip
Added helper script for faster configure execution on my freebsd platform. Will be removed when job is done.
-rw-r--r--configure.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
new file mode 100644
index 00000000..d668c7ec
--- /dev/null
+++ b/configure.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+./configure --enable-maintainer-mode --prefix=/tmp/openocd/target --enable-ft2232-libftdi CFLAGS="-g -L/usr/local/lib -I/usr/local/include"
+