flash/nor/rp2040: preparatory refactoring
[fw/openocd] / src / helper / Makefile.am
index 0d886843ce7f69779711d86372e71195864a6013..7354f5422bc323c6c23fc74e5ad765502a35a9a3 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 noinst_LTLIBRARIES += %D%/libhelper.la
 
 %C%_libhelper_la_SOURCES = \
@@ -30,12 +32,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 \