diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-04-01 05:11:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-04-01 05:11:23 +0000 |
commit | 90630d1932caf1b04df0fb082c36717fa25d2bf3 (patch) | |
tree | 97b7a67ffa9b52603d34af2dc21ec00bbcd09d1d /libgo/testsuite | |
parent | e8110d6f22a87f265a46907483d32fcfd78f746f (diff) | |
download | gcc-90630d1932caf1b04df0fb082c36717fa25d2bf3.zip gcc-90630d1932caf1b04df0fb082c36717fa25d2bf3.tar.gz gcc-90630d1932caf1b04df0fb082c36717fa25d2bf3.tar.bz2 |
libgo: Support Solaris 8/9.
From Rainer Orth.
From-SVN: r171818
Diffstat (limited to 'libgo/testsuite')
-rw-r--r-- | libgo/testsuite/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in index 795a3dd..2117960 100644 --- a/libgo/testsuite/Makefile.in +++ b/libgo/testsuite/Makefile.in @@ -113,6 +113,7 @@ NMEDIT = @NMEDIT@ OBJCOPY = @OBJCOPY@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +OSCFLAGS = @OSCFLAGS@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ |