On Thu, Feb 4, 2010 at 8:04 AM, Daniel Jacobowitz wrote: > On Thu, Feb 04, 2010 at 07:49:10AM -0800, H.J. Lu wrote: >> 2010-02-04  H.J. Lu   >> >>       * target-descriptions.c (maint_print_c_tdesc_cmd): Generate >>       set_tdesc_osabi for valid OSABI. > > This patch would require regenerating the board files after changing > the enum.  If we have to hard-code the value, there should be a > warning to only add new items to the end of the enum unless > regenerating the files. > Good point. How about using OSABI string instead? Thanks. -- H.J.