Hello,
Looks like a typo in configure.in - the configure process ignore
LDFLAGS in the environment.
Here is a patch
Index: configure.in
===================================================================
--- configure.in (revision 1312)
+++ configure.in (working copy)
@@ -464,12 +464,12 @@
# And calculate the LDFLAGS for the machine
case "$host_cpu" in
i?86|x86_*)
- LDFLAGS="$LFLAGS -L$with_ftd2xx_win32_zipdir/i386"
+ LDFLAGS="$LDFLAGS -L$with_ftd2xx_win32_zipdir/i386"
LIBS="$LIBS -lftd2xx"
f=$with_ftd2xx_win32_zipdir/i386/ftd2xx.lib
;;
amd64)
- LDFLAGS="$LFLAGS -L$with_ftd2xx_win32_zipdir/amd64"
+ LDFLAGS="$LDFLAGS -L$with_ftd2xx_win32_zipdir/amd64"
LIBS="$LIBS -lftd2xx"
f=$with_ftd2xx_win32_zipdir/amd64/ftd2xx.lib
;;
Regards
Francois
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development