initial import of the gamate stuff

This commit is contained in:
mrdudz
2015-11-14 13:15:29 +01:00
parent b6f429f934
commit 60285097e3
18 changed files with 1112 additions and 0 deletions

View File

@@ -264,6 +264,10 @@ static void SetSys (const char* Sys)
NewSymbol ("__APPLE2ENH__", 1);
break;
case TGT_GAMATE:
NewSymbol ("__GAMATE__", 1);
break;
case TGT_GEOS_CBM:
/* Do not handle as a CBM system */
NewSymbol ("__GEOS__", 1);