defconfigs: pathes assigned to CONFIG_PASS1_BUILDIR must now include the architecture.

This commit is contained in:
Gregory Nutt
2019-08-06 11:06:28 -06:00
parent 78fe3a3906
commit 207e5072ef
24 changed files with 24 additions and 23 deletions
+1
View File
@@ -412,6 +412,7 @@ static void parse_args(int argc, char **argv)
{
fprintf(stderr, "ERROR: Architecture for board %s not found\n",
g_boarddir);
g_archdir = "unknown";
}
}