commit: 475a5b08d8bd6fc51fecd1080e50320def41a4d7
parent 485e1926967a43f9d945d8b940f88f606295fc53
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 1 May 2021 00:42:32 -0700
binutils: Revert some accidental changes to config.h
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pkg/binutils/libiberty/config.h b/pkg/binutils/libiberty/config.h
@@ -58,6 +58,7 @@
#define HAVE_MMAP 1
/* #undef HAVE_ON_EXIT */
#define HAVE_PIPE2 1
+#define HAVE_POSIX_SPAWN 1
/* #undef HAVE_PROCESS_H */
#define HAVE_PSIGNAL 1
/* #undef HAVE_PSTAT_GETDYNAMIC */
@@ -75,6 +76,7 @@
#define HAVE_SNPRINTF 1
/* #undef HAVE_SPAWNVE */
/* #undef HAVE_SPAWNVPE */
+#define HAVE_SPAWN_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_STDLIB_H 1
@@ -152,7 +154,7 @@
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SIZE_T 8
-#define STACK_DIRECTION 1
+#define STACK_DIRECTION -1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define UNSIGNED_64BIT_TYPE uint64_t