- Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD)
- Added state-move support to ftd2xx and bitbang JTAG drivers (required for XScale, possibly useful for other targets, too) - various fixes git-svn-id: svn://svn.berlios.de/openocd/trunk@78 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -10,13 +10,19 @@ INCLUDES = -I$(top_srcdir)/src/helper \
|
||||
openocd_LDFLAGS = $(all_libraries)
|
||||
SUBDIRS = helper jtag xsvf target server flash
|
||||
|
||||
if IS_MINGW
|
||||
MINGWLDADD = -lwsock32
|
||||
else
|
||||
MINGWLDADD =
|
||||
endif
|
||||
|
||||
if FTDI2232
|
||||
FTDI2232LIB = -lftdi
|
||||
else
|
||||
FTDI2232LIB =
|
||||
endif
|
||||
|
||||
if IS_CYGWIN
|
||||
if IS_WIN32
|
||||
if FTD2XXDIR
|
||||
FTD2XXLDADD = @WITH_FTD2XX@/FTD2XX.lib
|
||||
else
|
||||
@@ -37,4 +43,4 @@ openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a \
|
||||
$(top_builddir)/src/helper/libhelper.a \
|
||||
$(top_builddir)/src/server/libserver.a $(top_builddir)/src/helper/libhelper.a \
|
||||
$(top_builddir)/src/flash/libflash.a $(top_builddir)/src/target/libtarget.a \
|
||||
$(FTDI2232LIB) $(FTD2XXLIB)
|
||||
$(FTDI2232LIB) $(FTD2XXLIB) $(MINGWLDADD)
|
||||
|
||||
Reference in New Issue
Block a user