Skip to content

Commit

Permalink
toolchain/binutils: fill in missing GRAPHITE_CONFIGURE
Browse files Browse the repository at this point in the history
This var is used further down, but it's empty.
Fix that with the very same values gcc uses.

Signed-off-by: Andre Heider <[email protected]>
  • Loading branch information
dhewg authored and hauke committed Feb 19, 2023
1 parent ae75153 commit cd8366a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions toolchain/binutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ PATCH_DIR:=./patches/$(PKG_VERSION)

include $(INCLUDE_DIR)/toolchain-build.mk

ifdef CONFIG_GCC_USE_GRAPHITE
GRAPHITE_CONFIGURE:= --with-isl=$(STAGING_DIR_HOST)
else
GRAPHITE_CONFIGURE:= --without-isl --without-cloog
endif

HOST_CONFIGURE_ARGS = \
--prefix=$(TOOLCHAIN_DIR) \
--build=$(GNU_HOST_NAME) \
Expand Down

0 comments on commit cd8366a

Please sign in to comment.