Created
April 12, 2011 08:50
-
-
Save dileks/915199 to your computer and use it in GitHub Desktop.
-Wno-error-unused-arguments (take #2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ LANG=C make CC='/opt/llvm/bin/clang -Wno-error-unused-arguments' HOSTCC='/opt/llvm/bin/clang -Wno-error-unused-arguments' | |
| [: 1: Illegal number: 4.2.1 | |
| HOSTCC scripts/basic/fixdep | |
| warning: unknown warning option '-Wno-error-unused-arguments' [-Wunknown-warning-option] | |
| 1 warning generated. | |
| HOSTCC scripts/basic/docproc | |
| warning: unknown warning option '-Wno-error-unused-arguments' [-Wunknown-warning-option] | |
| 1 warning generated. | |
| CC kernel/bounds.s | |
| clang: error: unsupported option '-freg-struct-return' | |
| make[1]: *** [kernel/bounds.s] Error 1 | |
| make: *** [prepare0] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment