From e0e1662fc1a89c2189217e43a9364e63110c685a Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 25 Jan 2013 19:00:37 -0800 Subject: rename binary to pk; change argv handling the new fesvr approach makes argv[0] = pk, rather than user program's name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4cdf949..ebd9975 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_HEADER_STDC # Default compiler flags #------------------------------------------------------------------------- -AC_SUBST([CFLAGS], ["-Wall -Os -std=gnu99"]) +AC_SUBST([CFLAGS], ["-Wall -Os -std=gnu99 -Wno-unused"]) AC_SUBST([LIBS], ["-lgcc"]) AX_DEFAULT_CONFIGURE_ARG([--host=riscv]) -- cgit v1.1