aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-27 19:17:04 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-29 01:35:30 -0500
commit6444f108d9a4a6fac8462c116d4104889b5efb95 (patch)
treece46465ceabd749533a136e1decbfe8f3697bb13 /newlib/libc/time
parent502cf4b7b5b79b83e8f41b4074212f9e27753f0b (diff)
downloadnewlib-6444f108d9a4a6fac8462c116d4104889b5efb95.zip
newlib-6444f108d9a4a6fac8462c116d4104889b5efb95.tar.gz
newlib-6444f108d9a4a6fac8462c116d4104889b5efb95.tar.bz2
newlib: export abs_newlib_basedir for all subdirs
When using the top-level configure script but subdir Makefiles, the newlib_basedir value gets a bit out of sync: it's relative to where configure lives, not where the Makefile lives. Move the abs setting from the top-level configure script into acinclude.m4 so we can rely on it being available everywhere. Although this commit doesn't use it anywhere, just lays the groundwork.
Diffstat (limited to 'newlib/libc/time')
-rw-r--r--newlib/libc/time/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/time/Makefile.in b/newlib/libc/time/Makefile.in
index 3b59cf1..93d17f3 100644
--- a/newlib/libc/time/Makefile.in
+++ b/newlib/libc/time/Makefile.in
@@ -295,6 +295,7 @@ STRIP = @STRIP@
SYS_DIR = @SYS_DIR@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
+abs_newlib_basedir = @abs_newlib_basedir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@