fix make build due to clang changes

This commit is contained in:
hathach
2024-04-24 22:41:22 +07:00
parent eab42d90d4
commit 19f1080e38
10 changed files with 28 additions and 12 deletions

View File

@@ -20,8 +20,6 @@ ifndef TOOLCHAIN
TOOLCHAIN = gcc
endif
$(info TOOLCHAIN: $(TOOLCHAIN))
#-------------- TOP and CURRENT_PATH ------------
# Set TOP to be the path to get from the current directory (where make was invoked) to the top of the tree.