diff options
Diffstat (limited to 'toolchain/eglibc/headers/Makefile')
-rw-r--r-- | toolchain/eglibc/headers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/headers/Makefile b/toolchain/eglibc/headers/Makefile index 69495c9bde..f9f411b1f0 100644 --- a/toolchain/eglibc/headers/Makefile +++ b/toolchain/eglibc/headers/Makefile @@ -11,6 +11,7 @@ define Host/Install $(call Host/SetToolchainInfo) mkdir -p $(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev/{include,lib} $(MAKE) -C $(CUR_BUILD_DIR) \ + BUILD_CFLAGS="$(HOST_CFLAGS)" \ install_root="$(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev" \ install-bootstrap-headers=yes \ install-headers |