summaryrefslogtreecommitdiff
path: root/pkg/binutils/libiberty
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-05-01 00:42:32 -0700
committerMichael Forney <mforney@mforney.org>2021-05-01 01:54:36 -0700
commit475a5b08d8bd6fc51fecd1080e50320def41a4d7 (patch)
treedea546666d258e109cb765f967ca65d1b33e5a5b /pkg/binutils/libiberty
parent485e1926967a43f9d945d8b940f88f606295fc53 (diff)
binutils: Revert some accidental changes to config.h
Diffstat (limited to 'pkg/binutils/libiberty')
-rw-r--r--pkg/binutils/libiberty/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/binutils/libiberty/config.h b/pkg/binutils/libiberty/config.h
index a4a0c428..199afab9 100644
--- 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