summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-10-08 22:50:53 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-08 22:50:53 +0200
commit590d3cd0434eab68d95f4d6b07cba587c4ff5621 (patch)
tree52ad5ef5988825890482657bc8f5bad0fe14de0f
parent74e97bf07c6c85e83764de8c4b926c6b758d0bb6 (diff)
downloadbuildsystem-ashmew2/kolibri-cross.tar.gz
buildsystem-ashmew2/kolibri-cross.tar.bz2
-rw-r--r--makefiles/Makefile.tools4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 59d0aae..274cf62 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -275,9 +275,9 @@ else
NS_INCLUDE := $(ENVDIR)/include
NS_LIB_LDFLAGS := -L$(ENVDIR)/lib/ -lnsbmp -lnsutils -lwapcaplet -lsvgtiny -lnsgif -lutf8proc -lcss -lnsfb -lparserutils -ldom -lhubbub -lz -lexpat
- WARN_SUPPRESS := -Wno-undef -Wno-redundant-decls -Wno-char-subscripts -Wno-undef -Wno-implicit-function-declaration -Wno-int-conversion -Wno-nested-externs -Wno-format-extra-args -Wno-format -Wno-pedantic
+ WARN_SUPPRESS := -Wno-undef -Wno-redundant-decls -Wno-char-subscripts -Wno-undef -Wno-implicit-function-declaration -Wno-nested-externs -Wno-format-extra-args -Wno-format -Wno-pedantic
ERROR_SUPPRESS := -Wno-error=pedantic
- CFLAGS += -c -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 -U__MINGW32__ -UWIN32 -U__BSD_VISIBLE $(KOL_LIBC_INCLUDES) -I$(NS_INCLUDE) $(KOL_NS_DEP_INCLUDES) $(WARN_SUPPRESS) $(ERROR_SUPPRESS)
+ CFLAGS += -c -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 -U__MINGW32__ -UWIN32 -U__BSD_VISIBLE -D__kolibri__ $(KOL_LIBC_INCLUDES) -I$(NS_INCLUDE) $(KOL_NS_DEP_INCLUDES) $(WARN_SUPPRESS) $(ERROR_SUPPRESS)
LDFLAGS += $(OS_LDFLAGS) $(NS_LIB_LDFLAGS) $(LIB_LDFLAGS) -lc -lgcc -lc
endif
endif