flash/nor/stm32f1x: remove write alignment code
[fw/openocd] / src / helper / Makefile.am
index 42cee80d3a9453f6aa418dbd6c005a2f727704d5..c1aeebf0000d3cde92eb4079fd35b24d36af51ed 100644 (file)
@@ -1,7 +1,5 @@
 noinst_LTLIBRARIES += %D%/libhelper.la
 
-%C%_libhelper_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB1_CFLAGS)
-
 %C%_libhelper_la_SOURCES = \
        %D%/binarybuffer.c \
        %D%/options.c \
@@ -32,12 +30,6 @@ noinst_LTLIBRARIES += %D%/libhelper.la
        %D%/jep106.inc \
        %D%/jim-nvp.h
 
-%C%_libhelper_la_CFLAGS = $(AM_CFLAGS)
-if IS_MINGW
-# FD_* macros are sloppy with their signs on MinGW32 platform
-%C%_libhelper_la_CFLAGS += -Wno-sign-compare
-endif
-
 STARTUP_TCL_SRCS += %D%/startup.tcl
 EXTRA_DIST += \
        %D%/bin2char.sh \