aboutsummaryrefslogtreecommitdiff
path: root/libgloss/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-24 00:12:58 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-01 21:53:22 -0500
commitd5a20f0b70c73c72ec2bc4b639815bb821859255 (patch)
treea879b98fbc8d9a183b99a9253bc80aefe7387ad6 /libgloss/config.h.in
parentd5ebf5277ed397b87428510fff49d4a1b584c85d (diff)
downloadnewlib-d5a20f0b70c73c72ec2bc4b639815bb821859255.zip
newlib-d5a20f0b70c73c72ec2bc4b639815bb821859255.tar.gz
newlib-d5a20f0b70c73c72ec2bc4b639815bb821859255.tar.bz2
libgloss: merge epiphany & libnosys & or1k configure scripts up a level
These subdirs have unique configure scripts to do some compiler tests. The checks should work for all targets, so hoist them up to the top libgloss dir. This should allow us to delete these subdir configure scripts. It means the top-level gains autoheader support, but that's fine. It wasn't exporting any defines previously (i.e. -D into CPPFLAGS), and all of the defines it now exports are only used by code in the libnosys subdir which was expecting to have a config.h.
Diffstat (limited to 'libgloss/config.h.in')
-rw-r--r--libgloss/config.h.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/libgloss/config.h.in b/libgloss/config.h.in
new file mode 100644
index 0000000..378cec1
--- /dev/null
+++ b/libgloss/config.h.in
@@ -0,0 +1,40 @@
+/* config.h.in. Generated from configure.ac by autoheader. */
+
+/* .pushsection/.popsection directives allowed */
+#undef HAVE_ASM_POPSECTION_DIRECTIVE
+
+/* .previous directive allowed */
+#undef HAVE_ASM_PREVIOUS_DIRECTIVE
+
+/* Using ELF format */
+#undef HAVE_ELF
+
+/* Using GNU LD */
+#undef HAVE_GNU_LD
+
+/* support for section attributes */
+#undef HAVE_SECTION_ATTRIBUTES
+
+/* Missing syscall names */
+#undef MISSING_SYSCALL_NAMES
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* symbol prefix */
+#undef __SYMBOL_PREFIX