diff --git a/src/makeBaseApp/makeBaseApp.pl b/src/makeBaseApp/makeBaseApp.pl index d67d8a7fc..a63631727 100755 --- a/src/makeBaseApp/makeBaseApp.pl +++ b/src/makeBaseApp/makeBaseApp.pl @@ -201,6 +201,9 @@ sub get_commandline_opts { #no args closedir BINDIR; if ($opt_a) { $arch = $opt_a; + } elsif (@archs == 1) { + $arch = $archs[0]; + print "Using target architecture $arch (only one available)\n"; } else { print "The following target architectures are available in base:\n"; foreach $arch (@archs) {