diff src/makefile.inc @ 6:2617849843ec

fedore virsh edit file
author tobaru
date Fri, 26 Jan 2018 16:42:49 +0900
parents 83c23a36980d
children 1d371d93ab4f
line wrap: on
line diff
--- a/src/makefile.inc	Thu Jan 25 19:33:40 2018 +0900
+++ b/src/makefile.inc	Fri Jan 26 16:42:49 2018 +0900
@@ -1,5 +1,5 @@
 # Cross-compiling (e.g., on Mac OS X, install arm-none-eabi-gcc with MacPorts)
-CROSSCOMPILE := arm-none-eabi-
+CROSSCOMPILE := arm-linux-gnu-
 
 CC = $(CROSSCOMPILE)gcc
 AS = $(CROSSCOMPILE)as