On Thu, Feb 7, 2013 at 9:11 AM, Andreas Schwab <sch...@suse.de> wrote: > Ian Lance Taylor <i...@google.com> writes: > >> +dnl Test whether we need to use DejaGNU or whether we can use the >> +dnl simpler gotest approach. We can only use gotest for a native >> +dnl build. >> +USE_DEJAGNU=no >> +case ${host} in >> + *-*-rtems*) USE_DEJAGNU=yes ;; >> + ${target}) ;; > > This is a target library, so you need to check build != host to detect > building with a cross-compiler.
Argh. Thanks. Fixed like so. Ian
foo.patch
Description: Binary data