sysutils/devcpu-data: respect CC
No need to bump PORTREVISION as this only fixes a build that never worked before this commit. PR: 257459 Reported by: evgeniy@khramtsov.org
This commit is contained in:
parent
09281d001d
commit
38c41132b0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ucode: ucode-split
|
|||
|
||||
# Use the host cc to compile ucode-split in case of cross-compile
|
||||
ucode-split: ucode-split.c
|
||||
cc ucode-split.c -o $@
|
||||
${CC} ucode-split.c -o $@
|
||||
|
||||
clean:
|
||||
rm -rf $(OUTPUT_DIR) ucode-split
|
||||
|
|
Loading…
Reference in a new issue