Re: Toplevel cleanup: libgloss_dir

2011-05-03 Thread Alexandre Oliva
On Apr 28, 2011, "Joseph S. Myers" wrote: > 2011-04-28 Joseph Myers > * configure.ac: Separate libgloss_dir settings from general case > over targets. > * configure: Regenerate. Ok -- Alexandre Oliva, freedom fighterhttp://FSFLA.org/~lxoliva/ You must be the change yo

Toplevel cleanup: libgloss_dir

2011-04-28 Thread Joseph S. Myers
This patch moves the libgloss_dir settings out of the general toplevel case over targets, simplifying various target patterns in the process. Resulting empty cases will be cleaned up when the disabling of newlib and libgloss for various target OSes are moved to a separate case statement. OK to com