Remove FreeBSD OS/ABI from raid driver blobs.
commit2c7fe0f49bbac3aea01d74cd51712b5692c16ffa
authorImre Vadász <imre@vdsz.com>
Sat, 6 Feb 2016 19:46:55 +0000 (6 20:46 +0100)
committerImre Vadász <imre@vdsz.com>
Sun, 7 Feb 2016 09:28:07 +0000 (7 10:28 +0100)
tree0ce0ccff7cd2684cb8e9338d6d6569b8f71a1d5b
parente627f207d5a7757e14db1ee2689ec72b6b2cf7ce
Remove FreeBSD OS/ABI from raid driver blobs.

This fixes kgdb issues when the kernel was linked with ld.gold.

The problem was caused by ld.gold's behaviour of setting the OS/ABI in
the output binary to FreeBSD when any of the input objects is tagged
with the FreeBSD OS/ABI.

The hpt27xx, hptmv and hptrr raid-drivers are using binary blobs, with
the FreeBSD OS/ABI flag, so we should just set the OS/ABI of these
objects to none after uudecode-ing them.
sys/dev/raid/hpt27xx/Makefile
sys/dev/raid/hptmv/Makefile
sys/dev/raid/hptrr/Makefile
sys/platform/pc64/conf/files