gcc50: Switch backends to use internal lib framework.
authorzrj <rimvydas.jasinskas@gmail.com>
Wed, 14 Feb 2018 15:08:24 +0000 (17:08 +0200)
committerzrj <zrj@dragonflybsd.org>
Thu, 15 Feb 2018 14:31:36 +0000 (16:31 +0200)
commit85c5dc6edfaeecb71b36a0c066fb6468d6d53c55
treef4e58d46afa0847e8ba6e747dc8b36102303fd9f
parent13447229fc9cb8ba930459e569f8813dda8ec40e
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.
gnu/usr.bin/cc50/backends/guts/guts-cobjc/Makefile
gnu/usr.bin/cc50/backends/guts/guts-common/Makefile
gnu/usr.bin/cc50/backends/guts/guts-cxx/Makefile
gnu/usr.bin/cc50/backends/guts/guts-target/Makefile
gnu/usr.bin/cc50/backends/programs/cc1/Makefile
gnu/usr.bin/cc50/backends/programs/cc1obj/Makefile
gnu/usr.bin/cc50/backends/programs/cc1plus/Makefile
gnu/usr.bin/cc50/backends/programs/lto-wrapper/Makefile