aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index c42862b..4293e3b 100755
--- a/configure
+++ b/configure
@@ -52,6 +52,10 @@ aarch64*) qbetarget=arm64 ;;
*) fail "unsupported architecture '${target%%-*}'"
esac
+startfiles=0
+endfiles=0
+defines=
+linkflags=
gnuc='
/* specify the GNU C extensions we support */
"-D", "__GNUC__=1",
@@ -120,7 +124,6 @@ case "$target" in
startfiles='"-l", ":crt0.o", "-l", ":crtbegin.o"'
endfiles='"-l", "c", "-l", ":crtend.o"'
linkflags='"-L", "/usr/lib"'
- defines=''
;;
*)
fail "unknown target '$target', please create config.h manually"