This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extra machine modes out of tm.h


Zack Weinberg wrote:
>        * configure.in: Check for <cpu>-modes.def; if found,
>        substitute its name as @extra_modes_file@, and define
>        EXTRA_MODES_FILE and EXTRA_CC_MODES in auto-host.h.

This breaks s390x builds, as it checks for s390x-modes.def,
which does not exist, instead of s390-modes.def.

I would assume the same problems occurs on other platforms where
two cpu_types share the same config directory, e.g. arm and
strongarm or m68hc11 and m68hc12 ...

How would you suggest this can be fixed?


Mit freundlichen Gruessen / Best Regards

Ulrich Weigand

--
  Dr. Ulrich Weigand
  Linux for S/390 Design & Development
  IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen
  Phone: +49-7031/16-3727   ---   Email: Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]