From 28435ec58c2ef9bb571cad5f8a1129aea3ecc204 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 13 May 2017 08:59:06 +0200 Subject: configure: --config-musl/-uClibc switch & misc cleanups - configure: - add --config-uClibc,-musl switch and suggest to use it if uClibc/musl is detected - make warning options magic clang compatible - simplify (use $confvars instead of individual options) - Revert "Remove some unused-parameter lint" 7443db0d5f841b81a55e918bf8c228dd20f9ddb2 rather use -Wno-unused-parameter (or just not -Wextra) - #ifdef functions that are unused on some targets - tccgen.c: use PTR_SIZE==8 instead of (X86_64 || ARM64) - tccpe.c: fix some warnings - integrate dummy arm-asm better --- arm-asm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm-asm.c') diff --git a/arm-asm.c b/arm-asm.c index c236b54..15253ab 100644 --- a/arm-asm.c +++ b/arm-asm.c @@ -17,6 +17,8 @@ ST_FUNC void gen_le32(int c); #else /*************************************************************/ +#include "tcc.h" + static void asm_error(void) { tcc_error("ARM asm not implemented."); -- cgit v1.3.1