aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authoremelcher <elmar@dsc.ufcg.edu.br>2021-08-23 20:01:20 -0300
committerGitHub <noreply@github.com>2021-08-23 16:01:20 -0700
commit01be71430cadc4b6df7ed16a4d32dd7c57c9bb34 (patch)
tree431024ff47fcf10c7781ae991058f653943f73ea /config.h.in
parent68e4f06a69ca9101552a086c9abe5fdf6656b52a (diff)
downloadspike-01be71430cadc4b6df7ed16a4d32dd7c57c9bb34.zip
spike-01be71430cadc4b6df7ed16a4d32dd7c57c9bb34.tar.gz
spike-01be71430cadc4b6df7ed16a4d32dd7c57c9bb34.tar.bz2
configure option --with-target (#776)
* add configure option --with-target * executed autoconf
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index eedd390..46d8c00 100644
--- a/config.h.in
+++ b/config.h.in
@@ -126,6 +126,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Default value for --with-target switch */
+#undef TARGET_ARCH
+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD