This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
importing another file into top-level include directory?
- From: Bob Wilson <bwilson at tensilica dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 23 Jun 2003 10:29:47 -0700
- Subject: importing another file into top-level include directory?
- Organization: Tensilica, Inc.
I would like to import the top-level include/xtensa-config.h file into GCC,
replacing the version in gcc/config/xtensa/. Is this OK?
This file defines a number of macros to describe the configurable features of
an Xtensa processor. It is needed for Binutils, GCC, and GDB (for which the
Xtensa port will hopefully be contributed soon). I'd rather have GCC import
a shared copy of the file instead of keeping a separate private copy.
--Bob