On Feb 25, 2016, at 12:15 PM, Thomas Schwinge <tho...@codesourcery.com> wrote: > On Thu, 25 Feb 2016 11:45:06 -0800, Mike Stump <mikest...@comcast.net> wrote: >> On Feb 25, 2016, at 11:10 AM, Thomas Schwinge <tho...@codesourcery.com> >> wrote: >>> + set lines [libffi_target_compile $src /dev/null assembly “"] >> >> Does this work on a dos box, or windows or other random non-posix systems? > > I don't know, and can't easily test. However, I had seen the same > pattern be used elsewhere, for example: > > $ git grep dev/null -- libstdc++-v3/testsuite/lib/ > libstdc++-v3/testsuite/lib/libstdc++.exp: set lines > [v3_target_compile $src /dev/null executable ""] > [several more]
Ah, I would not worry about it then.