Fix AArch64 unintialized variable which can cause diagnostic failures.
[deliverable/binutils-gdb.git] / bfd / gen-aout.c
index 34086f07a89472890320c32fea73750bec747d40..02fc8f821bcc93b282dd57e574463033de59dcf9 100644 (file)
@@ -92,9 +92,6 @@ main (int argc, char** argv)
 
 #ifdef vax
   arch = "vax";
-#endif
-#ifdef m68k
-  arch = "m68k";
 #endif
   if (arch[0] == '1')
     {
This page took 0.026588 seconds and 4 git commands to generate.