mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 13:01:19 +02:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- ./ports/bare-arm/Makefile.orig 2018-05-11 08:39:59.000000000 +0200
|
|
+++ ./ports/bare-arm/Makefile 2018-06-15 22:15:26.737885000 +0200
|
|
@@ -6,7 +6,7 @@
|
|
# include py core make definitions
|
|
include $(TOP)/py/py.mk
|
|
|
|
-CROSS_COMPILE = arm-none-eabi-
|
|
+CROSS_COMPILE = arm-eabi-
|
|
|
|
INC += -I.
|
|
INC += -I$(TOP)
|