Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82a6264

Browse files
authored
Merge pull request#39 from clementperon/patch-1
Don't override CROSS_COMPILE if it's already set
2 parentsfa5b1ff +0f8cf01 commit82a6264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ default: $(TARGET_BOOTCODE)
4242
OBJ :=$(addprefix$(TARGET_BUILD_DIR)/,$(addsuffix .o,$(basename$(SRCS))))
4343

4444
# the cross compiler should already be in your path
45-
CROSS_COMPILE = vc4-elf-
45+
CROSS_COMPILE?= vc4-elf-
4646
CC =$(CROSS_COMPILE)gcc
4747
CXX =$(CROSS_COMPILE)g++
4848
AS =$(CC)

‎arm_chainloader/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ default: $(TARGET_ARM_CHAINLOADER)
4646

4747
OBJ :=$(addprefix$(TARGET_BUILD_DIR)/,$(addsuffix .o,$(basename$(SRCS))))
4848

49-
CROSS_COMPILE = arm-none-eabi-
49+
CROSS_COMPILE?= arm-none-eabi-
5050
CC =$(CROSS_COMPILE)gcc
5151
CXX =$(CROSS_COMPILE)gcc
5252
AS =$(CC)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp