x86: Don't display --32/--64/--x32 without BFD64
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index ddbffb95b113b705d410f5859ba745711cb506eb..50c5bfa352acedb6f60a429403fe20ffa82c8d30 100644 (file)
@@ -11127,8 +11127,8 @@ md_show_usage (FILE *stream)
   fprintf (stream, _("\
   -s                      ignored\n"));
 #endif
-#if (defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) \
-     || defined (TE_PE) || defined (TE_PEP))
+#if defined BFD64 && (defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) \
+                     || defined (TE_PE) || defined (TE_PEP))
   fprintf (stream, _("\
   --32/--64/--x32         generate 32bit/64bit/x32 code\n"));
 #endif
This page took 0.024449 seconds and 4 git commands to generate.