This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH/RFA] rs6000: TARGET_CPU_CPP_BUILTINS tweak
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Jason R Thorpe <thorpej at wasabisystems dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 26 Nov 2002 10:26:28 -0500
- Subject: Re: [PATCH/RFA] rs6000: TARGET_CPU_CPP_BUILTINS tweak
* config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New.
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Use
RS6000_CPU_CPP_ENDIAN_BUILTINS.
* config/rs6000/netbsd.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): Redefine.
This patch is okay, but I am concerned about the maintainability of adding
too many target-specific tweaks like this.
David