git: gcc50: Switch backends to use internal lib framework.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Thu Feb 15 06:26:21 PST 2018
commit 85c5dc6edfaeecb71b36a0c066fb6468d6d53c55
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Feb 14 17:08:24 2018 +0200
gcc50: Switch backends to use internal lib framework.
Previously backends where implicitly using bsd.hostlib.mk that have few
unwanted side effects (backends are install targets). Avoid that.
No functional change for current master users.
Tested-with: WORLD_CCVER and _DEFAULT_CCVER combinations.
Summary of changes:
gnu/usr.bin/cc50/backends/guts/guts-cobjc/Makefile | 13 +++++++++++--
gnu/usr.bin/cc50/backends/guts/guts-common/Makefile | 14 ++++++++++++--
gnu/usr.bin/cc50/backends/guts/guts-cxx/Makefile | 13 +++++++++++--
gnu/usr.bin/cc50/backends/guts/guts-target/Makefile | 14 ++++++++++++--
gnu/usr.bin/cc50/backends/programs/cc1/Makefile | 12 ++++++------
gnu/usr.bin/cc50/backends/programs/cc1obj/Makefile | 6 +++---
gnu/usr.bin/cc50/backends/programs/cc1plus/Makefile | 10 +++++-----
gnu/usr.bin/cc50/backends/programs/lto-wrapper/Makefile | 4 ++--
8 files changed, 62 insertions(+), 24 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/85c5dc6edfaeecb71b36a0c066fb6468d6d53c55
--
DragonFly BSD source repository
More information about the Commits
mailing list