File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,13 @@ DISTCLEANFILES += jimtcl/jsmn/jsmn.o
3737endif
3838
3939# common flags used in openocd build
40- AM_CFLAGS = $(GCC_WARNINGS ) \
41- -DFD_SETSIZE=128
40+ AM_CFLAGS = $(GCC_WARNINGS )
4241
4342AM_CPPFLAGS = $(HOST_CPPFLAGS ) \
4443 -I$(top_srcdir ) /src \
4544 -I$(top_builddir ) /src \
4645 -DPKGDATADIR=\"$(pkgdatadir ) \" \
47- -DBINDIR=\"$(bindir ) \"\
48- -DFD_SETSIZE=128
46+ -DBINDIR=\"$(bindir ) \"
4947
5048if INTERNAL_JIMTCL
5149AM_CPPFLAGS += -I$(top_srcdir ) /jimtcl \
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ AS_CASE([$host],
436436 # In case enable_buspirate=auto, make sure it will not be built.
437437 enable_buspirate=no
438438
439- AC_SUBST ( [ HOST_CPPFLAGS] , [ -D__USE_MINGW_ANSI_STDIO] )
439+ AC_SUBST ( [ HOST_CPPFLAGS] , [ " -D__USE_MINGW_ANSI_STDIO -DFD_SETSIZE=128" ] )
440440 ] ,
441441 [ *darwin*] , [
442442 is_darwin=yes
You can’t perform that action at this time.
0 commit comments