aboutsummaryrefslogtreecommitdiff
path: root/newlib/configure
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2022-08-22 17:54:43 -0400
committerJeff Johnston <jjohnstn@redhat.com>2022-08-22 17:55:23 -0400
commit64a11fded15b92b56b91d65fd5b2851245f69299 (patch)
tree687d1215788107ed92e207c07a91447dc1a7ef3f /newlib/configure
parentc3e92052bbaa861d35646e7f9ceb813c8be26a64 (diff)
downloadnewlib-64a11fded15b92b56b91d65fd5b2851245f69299.zip
newlib-64a11fded15b92b56b91d65fd5b2851245f69299.tar.gz
newlib-64a11fded15b92b56b91d65fd5b2851245f69299.tar.bz2
Fix problem with _newlib_version.h not being filled in correctly
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/configure b/newlib/configure
index e493eb2..0b6ec15 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -6396,6 +6396,19 @@ $as_echo "$newlib_cv_build_exeext" >&6; }
fi
+
+$as_echo "#define _NEWLIB_VERSION \"4.2.0\"" >>confdefs.h
+
+
+$as_echo "#define __NEWLIB__ 4" >>confdefs.h
+
+
+$as_echo "#define __NEWLIB_MINOR__ 2" >>confdefs.h
+
+
+$as_echo "#define __NEWLIB_PATCHLEVEL__ 0" >>confdefs.h
+
+
if test "${newlib_elix_level}" -gt "0"; then
cat >>confdefs.h <<_ACEOF