aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-01-25 19:00:37 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-01-25 19:00:37 -0800
commite0e1662fc1a89c2189217e43a9364e63110c685a (patch)
treea350a54a0aaf0289e66e7b41ce595f4dea990e3e /configure
parent8c4a41f9835d56437c44631d97ef592e948385d9 (diff)
downloadriscv-pk-e0e1662fc1a89c2189217e43a9364e63110c685a.zip
riscv-pk-e0e1662fc1a89c2189217e43a9364e63110c685a.tar.gz
riscv-pk-e0e1662fc1a89c2189217e43a9364e63110c685a.tar.bz2
rename binary to pk; change argv handling
the new fesvr approach makes argv[0] = pk, rather than user program's name
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e9864a6..73562af 100755
--- a/configure
+++ b/configure
@@ -3951,7 +3951,7 @@ fi
# Default compiler flags
#-------------------------------------------------------------------------
-CFLAGS="-Wall -Os -std=gnu99"
+CFLAGS="-Wall -Os -std=gnu99 -Wno-unused"
LIBS="-lgcc"