summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a6be693f277..70a66270fa9 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -10,6 +10,8 @@
* configure.in: Individually specify libc and libm
to AC_CONFIG_SUBDIRS. Add square bracket quoting as
necessary.
+ * Makefile.am: Use $(lpfx) to get object names for
+ math-library functions that should also be in libc.
* libc/machine/configure.in: Use case statement to determine
AC_CONFIG_SUBDIRS statement.
* libc/sys/linux/linuxthreads/machine/configure.in: Ditto.