FreeBSD Bugzilla – Attachment 156783 Details for
Bug 200203
[exp-run] with libgcov (and libgomp) removed from base (if no GCC)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Build libgcov only along with base GCC
libgcov-with-gcc-only.diff (text/plain), 1.02 KB, created by
Ed Maste
on 2015-05-14 18:54:12 UTC
(
hide
)
Description:
Build libgcov only along with base GCC
Filename:
MIME Type:
Creator:
Ed Maste
Created:
2015-05-14 18:54:12 UTC
Size:
1.02 KB
patch
obsolete
>diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile >index 373c280..a208c79 100644 >--- a/gnu/lib/Makefile >+++ b/gnu/lib/Makefile >@@ -2,7 +2,11 @@ > > .include <src.opts.mk> > >-SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline >+SUBDIR= csu libgcc libdialog libregex libreadline >+ >+.if ${MK_GCC} != "no" >+SUBDIR+= libgcov libgomp >+.endif > > .if ${MK_SSP} != "no" > SUBDIR+= libssp >diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc >index 4a2ba751..632983e 100644 >--- a/tools/build/mk/OptionalObsoleteFiles.inc >+++ b/tools/build/mk/OptionalObsoleteFiles.inc >@@ -1743,6 +1743,12 @@ OLD_FILES+=usr/include/gcc/4.2/altivec.h > OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h > OLD_FILES+=usr/include/gcc/4.2/spe.h > .endif >+OLD_FILES+=usr/include/omp.h >+OLD_FILES+=usr/lib/libgcov.a >+OLD_FILES+=usr/lib/libgomp.a >+OLD_FILES+=usr/lib/libgomp.so >+OLD_FILES+=usr/lib/libgomp.so.1 >+OLD_FILES+=usr/lib/libgomp_p.a > OLD_FILES+=usr/libexec/cc1 > OLD_FILES+=usr/libexec/cc1plus > OLD_FILES+=usr/share/info/cpp.info.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200203
: 156783 |
156800