aboutsummaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-03 13:35:32 +0545
committerMike Frysinger <vapier@gentoo.org>2022-11-04 07:42:31 +0700
commit89cf99a910ccfd95e478be81adc7493db138dfef (patch)
tree7708e7adfa591aed726b8d35b11ca1aa15afb179 /sim/config.h.in
parent90db43bb0325ce387da536f4939bfe01e80227b2 (diff)
downloadfsf-binutils-gdb-89cf99a910ccfd95e478be81adc7493db138dfef.zip
fsf-binutils-gdb-89cf99a910ccfd95e478be81adc7493db138dfef.tar.gz
fsf-binutils-gdb-89cf99a910ccfd95e478be81adc7493db138dfef.tar.bz2
sim: build: switch to bfd & opcodes libtool linker scripts
Now that we use libtool to link, we don't need to duplicate all the libs that bfd itself uses. This simplifies the configure & Makefile.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index 9a94b28..ba167b3 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -6,10 +6,6 @@
/* Sim debug setting */
#undef DEBUG
-/* Define to 1 if translation of program messages to the user's native
- language is requested. */
-#undef ENABLE_NLS
-
/* Define to the type of elements in the array set by `getgroups'. Usually
this is either `int' or `gid_t'. */
#undef GETGROUPS_T
@@ -383,12 +379,6 @@
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
-/* Define to 1 if you have the <windows.h> header file. */
-#undef HAVE_WINDOWS_H
-
-/* Define to 1 if zstd is enabled. */
-#undef HAVE_ZSTD
-
/* Define to 1 if the system has the type `__int128'. */
#undef HAVE___INT128