1234567891011121314151617181920212223 |
- # Generated by devtools/yamaker.
- PROGRAM()
- WITHOUT_LICENSE_TEXTS()
- LICENSE(GPL-2.0-only)
- PEERDIR(
- contrib/restricted/libffi
- )
- NO_COMPILER_WARNINGS()
- NO_RUNTIME()
- SRCDIR(contrib/restricted/libffi/testsuite/libffi.call)
- SRCS(
- struct6.c
- )
- END()
|