This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: importing another file into top-level include directory?
- From: DJ Delorie <dj at redhat dot com>
- To: bwilson at tensilica dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 23 Jun 2003 13:42:18 -0400
- Subject: Re: importing another file into top-level include directory?
- References: <200306231029.47712.bwilson@tensilica.com>
> 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?
Just a side note - if you do this, that file will then fall under the
libiberty commit rules, which means that any changes would have to be
committed to gcc first, or at the same time. If you committed a
change only to src, my auto-sync scripts would revert it.
Other than that, my scripts won't care if you add more files. They'll
adapt automatically.