i960-wrs-vxworks* redefined macro

Brad M. Garcia bgarcia@fore.com
Wed Aug 4 07:13:00 GMT 1999


It appears that both i960.h and vx960-coff.h attempt to define
MULTILIB_DEFAULTS:

    ../../gcc-2.95/gcc/config/i960/vx960-coff.h:24: warning: `MULTILIB_DEFAULTS' redefined
    ../../gcc-2.95/gcc/config/i960/i960.h:27: warning: this is the location of the previous definition

Worse, they both define it to be different things:

    > grep MULTILIB_DEFAULTS *
    i960.h:#define MULTILIB_DEFAULTS { "mnumerics" }
    vx960-coff.h:#define MULTILIB_DEFAULTS { "msoft-float" }

So, which one should win?  :^)

Brad Garcia
   ___/  __ /  __ /  ___/ "I'm very good at being concise
  __/   /  /  / _/  __/    at the expense of information"
_/    ____/ _/ _| ____/        - me



More information about the Gcc-bugs mailing list