mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-15 18:05:09 +00:00
3 lines
141 B
Plaintext
3 lines
141 B
Plaintext
AC_DEFUN([CXX_FLAG_CHECK],
|
|
[AC_SUBST($1, `$CXX -Werror patsubst($2, [^-Wno-], [-W]) -fsyntax-only -xc /dev/null 2>/dev/null && echo $2`)])
|