commit | 43af5f23354dbd67d2fd2d523eefad8053ac388b | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.(none)> | Mon Jul 25 12:40:34 2005 +0000 |
committer | Sam Ravnborg <sam@mars.(none)> | Mon Jul 25 12:40:34 2005 +0000 |
tree | b9462262808ced29a000e041443e96a8e5f2aa7e | |
parent | d178817803d95e4e3ca270bccd1ae2bed4780977 [diff] |
kbuild: drop -Wundef from HOSTCFLAGS for now -Wundef caused warnings in the bison generated code in kconfig. Updating to a newer bison (1.875d) did not fix it. The alternatives was to correct the autogenerated code or drop -Wundef. For now -Wundef is dropped from HOSTCFLAGS. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> ---