aboutsummaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-01 23:22:17 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-02 00:31:08 -0500
commit568432432a3942d39a67e011f02b588e8f49fef7 (patch)
tree4c45881755e541102eb930edfdeef03307d223a5 /sim/config.h.in
parentd472066471d9c932cc34e1097a8c53a902781cce (diff)
downloadgdb-568432432a3942d39a67e011f02b588e8f49fef7.zip
gdb-568432432a3942d39a67e011f02b588e8f49fef7.tar.gz
gdb-568432432a3942d39a67e011f02b588e8f49fef7.tar.bz2
sim: ppc: move long long test to top-level
While the sim code doesn't utilize HAVE_LONG_LONG itself, other code (like libiberty) seem to, so check for it in the top-level for all ports to leverage.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index c276035..7115a9c 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -132,6 +132,9 @@
/* Define to 1 if you have the <linux/types.h> header file. */
#undef HAVE_LINUX_TYPES_H
+/* Define to 1 if the system has the type `long long'. */
+#undef HAVE_LONG_LONG
+
/* Define to 1 if you have the `lseek' function. */
#undef HAVE_LSEEK