Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.
[deliverable/binutils-gdb.git] / gdb / gdbarch.c
index 31fb37fe0532513bf1c4c2fa184cf38b3f90f93b..2eb4900f848ac29160611af42754760665552a6a 100644 (file)
@@ -430,7 +430,7 @@ static void
 verify_gdbarch (struct gdbarch *gdbarch)
 {
   /* Only perform sanity checks on a multi-arch target. */
-  if (GDB_MULTI_ARCH <= 0)
+  if (!GDB_MULTI_ARCH)
     return;
   /* fundamental */
   if (gdbarch->byte_order == 0)
This page took 0.023251 seconds and 4 git commands to generate.