2005-06-27 Marcel Telka <marcel@telka.sk>

* configure.ac: Fixed Hitachi Workbench detection.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@648 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 20 years ago
parent 1765dcefe2
commit 0f77db9984

@ -1,3 +1,7 @@
2005-06-27 Marcel Telka <marcel@telka.sk>
* configure.ac: Fixed Hitachi Workbench detection.
2005-06-27 Marcel Telka <marcel@telka.sk>
* autogen.sh: Used autoreconf call for initial configuration.

@ -55,7 +55,8 @@ AC_CACHE_CHECK([for hwbench installation], hwbench_path, [
for hwb_path in "$with_hwbench"; do
if test -f "$hwb_path/IAR/EXE/ICCH83.EXE"; then
hwbench_path="$hwb_path"
export CC="$hwb_path/IAR/EXE/ICCH83.EXE"
export CC="$hwb_path/IAR/EXE/ICCH83.EXE -I`cygpath -w \"$hwb_path/IAR/INC/\"|sed -e 's/\\\\/\\\\\\\\/g'`"
export CPP=/usr/bin/cpp
break
fi
done

Loading…
Cancel
Save