Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
54a755a0
Commit
54a755a0
authored
Sep 13, 2016
by
Erik Faye-Lund
Committed by
Erik Faye-Lund
Sep 20, 2016
Browse files
makefile: update prefix to match recent devkitARM versions
devkitARM has changed their prefix, so let's play catch-up.
parent
833010a2
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
54a755a0
...
@@ -26,7 +26,7 @@ EXE_EXT =
...
@@ -26,7 +26,7 @@ EXE_EXT =
endif
endif
ifeq
($(TARGET), arm-gba)
ifeq
($(TARGET), arm-gba)
TARGET_PREFIX
?=
arm-eabi-
TARGET_PREFIX
?=
arm-
none-
eabi-
else
else
TARGET_PREFIX
=
$(TARGET)
TARGET_PREFIX
=
$(TARGET)
endif
endif
...
...
examples/Makefile
View file @
54a755a0
...
@@ -18,7 +18,7 @@ export PATH := $(DEVKITARM)/bin:$(PATH)
...
@@ -18,7 +18,7 @@ export PATH := $(DEVKITARM)/bin:$(PATH)
PIMPMOBILE
=
..
PIMPMOBILE
=
..
PREFIX
?=
arm-eabi-
PREFIX
?=
arm-
none-
eabi-
CC
=
$(PREFIX)
gcc
CC
=
$(PREFIX)
gcc
CXX
=
$(PREFIX)
g++
CXX
=
$(PREFIX)
g++
OBJCOPY
=
$(PREFIX)
objcopy
OBJCOPY
=
$(PREFIX)
objcopy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment