shithub: scc

Download patch

ref: 4b15d284ea6576d5229c43162e4c6dc38a386266
parent: 765c94fedb6030d6adc663352c371c60c57677fa
author: Quentin Rameau <[email protected]>
date: Wed Feb 21 12:24:54 EST 2018

fix sysincludes internal path

We don't use TARGET anymore, which can be assembled with ARCH and SYS

--- a/inc/sysincludes.def.h
+++ b/inc/sysincludes.def.h
@@ -1,6 +1,6 @@
 char *sysincludes[] = {
 	PREFIX "/include/scc/" ,
-	PREFIX "/include/scc/bits/" TARGET "/",
+	PREFIX "/include/scc/bits/" ARCH "-" ABI "/",
 	/* configure below your standard sys include paths */
 	PREFIX "/include/",
 	PREFIX "/local/include/",