From 6444f108d9a4a6fac8462c116d4104889b5efb95 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 27 Jan 2022 19:17:04 -0500 Subject: 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. --- newlib/libc/machine/moxie/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/machine/moxie/Makefile.in') diff --git a/newlib/libc/machine/moxie/Makefile.in b/newlib/libc/machine/moxie/Makefile.in index 17329c1ba..a642c5a66 100644 --- a/newlib/libc/machine/moxie/Makefile.in +++ b/newlib/libc/machine/moxie/Makefile.in @@ -278,6 +278,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@ -- cgit v1.2.3