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: [PATCH] testsuite: Add new effective target keywords


On Apr 18, 2005, at 5:59 AM, Björn Haase wrote:
after I have been through with adapting the testsuite for AVR there will,
IIUC, probably be no need for you to adapt anything except for setting the
board info variable in your target board description file similar to


set_board_info gcc,no_trampolines 1

. I do not know for shure where the board description files are supposed to
reside normally

board files are for variables that change from site to site, run to run, user to user. For example, what port you have to hit up to power cycle the board. No default is possible, not guess will do it.


Support for trampolines usually don't vary from invocation of compiler to invocation of compiler, nor run to run, nor user to user.

In this case, checking target triplets, or probing the compiler is the more typical way to set the flag.


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