unixodbc: Change host build directories to be target-specific
authorJeffery To <jeffery.to@gmail.com>
Fri, 27 Oct 2023 06:18:54 +0000 (14:18 +0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 30 Oct 2023 20:25:58 +0000 (13:25 -0700)
commit61de50de5f787b08e06de9425ec409c8fd1ffcbf
tree8a6a8b3f3f9f21700dd84d73ee5629de2ea603d0
parentf3d25a747288dee52c0ca103f88882f220591e29
unixodbc: Change host build directories to be target-specific

Since the host odbc_config returns target-specific information, it
should be built and placed into target-specific locations.

This changes HOST_BUILD_DIR to be in $(BUILD_DIR)/host, and installs
odbc_config inside $(STAGING_DIR)/host.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
libs/unixodbc/Makefile