search for: sqush

Displaying 1 result from an estimated 1 matches for "sqush".

Did you mean: squash
2023 May 08
0
[PATCH V2] tools/virtio: fix build break for aarch64
...\ > + if ($(1)) >/dev/null 2>&1; \ > + then echo "$(2)"; \ > + else echo "$(3)"; \ > + fi) > + > +__cc-option = $(call try-run,\ > + $(1) -Werror $(2) -c -x c /dev/null -o /dev/null,$(2),) > +cc-option = $(call __cc-option, $(CC),$(1)) Can we sqush these to one function? > + > +CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h $(call cc-option,-mfunction-retu...