Make compiler options in dejagnu runs compiler specific

This commit is contained in:
Anthony Green
2013-01-08 14:47:05 -05:00
parent 74c776e219
commit f26c7ca671
3 changed files with 37 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2013-01-08 Anthony Green <green@moxielogic.com>
* testsuite/libffi.call/call.exp: Run tests with different
options, depending on whether or not we are using gcc or the
vendor compiler.
* testsuite/lib/libffi.exp (libffi-init): Set using_gcc based on
whether or not we are building/testing with gcc.
2013-01-08 Anthony Green <green@moxielogic.com>
* configure.ac: Switch x86 solaris target to X86 by default.