Explorar el Código

Override CC for aarch64 redox

Jeremy Soller hace 6 años
padre
commit
0a44d4543f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -13,6 +13,10 @@ ifeq ($(TARGET),aarch64-unknown-linux-gnu)
 	export CC=aarch64-linux-gnu-gcc
 endif
 
+ifeq ($(TARGET),aarch64-unknown-redox)
+	export CC=aarch64-unknown-redox-gcc
+endif
+
 ifeq ($(TARGET),x86_64-unknown-redox)
 	export CC=x86_64-unknown-redox-gcc
 endif