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/stdio64/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/stdio64') diff --git a/newlib/libc/stdio64/Makefile.in b/newlib/libc/stdio64/Makefile.in index 5f88b67..0a1a634 100644 --- a/newlib/libc/stdio64/Makefile.in +++ b/newlib/libc/stdio64/Makefile.in @@ -296,6 +296,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.1