Skip to content

Commit

Permalink
Use Clang for more reliable sysroot-handling (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrk2 authored Dec 4, 2024
1 parent 0d27b95 commit e7acabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif
export TARGET_ARCH
export CGO_ENABLED = 1
export GOARCH = $(TARGET_ARCH)
export CC = $(ARCH_PREFIX)gcc
export CC = $(ARCH_PREFIX)clang-16
export OBJCOPY = $(ARCH_PREFIX)objcopy

BRANCH = $(shell git rev-parse --abbrev-ref HEAD | tr -d '-' | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit e7acabc

Please sign in to comment.