A package that I'm trying to compile produces the following error:
cc1plus: error: unrecognized command line option "-fhonour-copts"
I've removed the option from rules.mk and everything seems to
work fine is there a way to disable the flag from the makefile and still
keep using most of the default value. At the moment my makefile
is very lightweight:
EXTRA_CFLAGS=-MD -fno-stack-protector
CONFIGURE_ARGS += \
--enable-userlevel \
--disable-linuxmodule \
--disable-dynamic-linking \
Thanks
R
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel