commit | 44a15c11e193b6ce19326fbb7a451882ae2dd201 | [log] [tgz] |
---|---|---|
author | Rolf Eike Beer <eb@emlix.com> | Tue May 10 18:01:22 2016 +0200 |
committer | Andrew G. Morgan <morgan@kernel.org> | Sun Apr 05 15:43:34 2020 -0700 |
tree | 03f7e89d694d61de6091ecde59708b02ff44bcec | |
parent | 6f8b120f3f27d0ea841d95157b92f8e1e4054135 [diff] |
don't derive BUILD_CFLAGS from CFLAGS It's quite common to set some CFLAGS when cross compiling that will not work on the host. Provide a definition of BUILD_CFLAGS that will not copy CFLAGS by default. Signed-off-by: Rolf Eike Beer <eb@emlix.com> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>