summaryrefslogtreecommitdiffstats
path: root/newlib/configure
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/configure b/newlib/configure
index 35c37b5ee..359665cf9 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -2386,6 +2386,11 @@ if test -n "${sys_dir}"; then
fi
+if test "${have_sys_mach_dir}" = "yes"; then
+ SYS_MACH_OBJECTLIST=libc/sys/${sys_dir}/machine/${machine_dir}/objectlist.awk.in
+fi
+
+
if test -n "${posix_dir}"; then
POSIX_OBJECTLIST=libc/${posix_dir}/objectlist.awk.in
fi
@@ -2621,6 +2626,7 @@ s%@CRT0_DIR@%$CRT0_DIR%g
s%@LIBM_MACHINE_OBJECTLIST@%$LIBM_MACHINE_OBJECTLIST%g
s%@MACHINE_OBJECTLIST@%$MACHINE_OBJECTLIST%g
s%@SYS_OBJECTLIST@%$SYS_OBJECTLIST%g
+s%@SYS_MACH_OBJECTLIST@%$SYS_MACH_OBJECTLIST%g
s%@POSIX_OBJECTLIST@%$POSIX_OBJECTLIST%g
s%@SIGNAL_OBJECTLIST@%$SIGNAL_OBJECTLIST%g
s%@SYSCALL_OBJECTLIST@%$SYSCALL_OBJECTLIST%g