Skip to content

Commit

Permalink
Keep the Base.libm_name in place.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Sep 23, 2021
1 parent 2a33009 commit 39c5340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ifeq ($(XC_HOST),)
else
@echo "const MACHINE = \"$(XC_HOST)\"" >> $@
endif
@echo "const libm_name = \"$(LIBMNAME)\"" >> $@
@echo "const libblas_name = \"$(LIBBLASNAME)\"" >> $@
@echo "const liblapack_name = \"$(LIBLAPACKNAME)\"" >> $@
ifeq ($(USE_BLAS64), 1)
Expand Down

0 comments on commit 39c5340

Please sign in to comment.