summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgcov/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2016-12-11 03:57:21 +0000
committermarcel <marcel@FreeBSD.org>2016-12-11 03:57:21 +0000
commita3f7633492116879dd46a5b65ae7599c56f7eea7 (patch)
tree7289c57e7c4a5e5ec54c68bb5d3ff59ed890a5fb /gnu/lib/libgcov/Makefile
parentbee43bafd9d8bfa560c60b8eeeffc40b279b1f2d (diff)
downloadFreeBSD-src-a3f7633492116879dd46a5b65ae7599c56f7eea7.zip
FreeBSD-src-a3f7633492116879dd46a5b65ae7599c56f7eea7.tar.gz
MFC r305855, r306297, r306300, r306312-r306313
When MAKEOBJDIRPREFIX points to a case-insensitive file system, the build can break when different source files create the same object files (case-insensitivity speaking). This is the case for object files compiled with -fpic and shared libraries. The former uses an extension of ".So", and the latter an extension ".so". Rename shared object files from *.So to *.pico to match what NetBSD does. Also: o Compile _Exit.c as C99_Exit.c, as it conflicts with _exit.s o Add entry to UPDATING o Document .pico extension
Diffstat (limited to 'gnu/lib/libgcov/Makefile')
-rw-r--r--gnu/lib/libgcov/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcov/Makefile b/gnu/lib/libgcov/Makefile
index 65d0fdb..740b110 100644
--- a/gnu/lib/libgcov/Makefile
+++ b/gnu/lib/libgcov/Makefile
@@ -35,7 +35,7 @@ SYMS = _gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta \
OBJS= ${SYMS:S/$/.o/}
OBJS_T= ${SYMS:S/$/.o/}
OBJS_P= ${SYMS:S/$/.po/}
-OBJS_S= ${SYMS:S/$/.So/}
+OBJS_S= ${SYMS:S/$/.pico/}
#-----------------------------------------------------------------------
#
OpenPOWER on IntegriCloud