diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 05:11:23 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 05:11:23 +0000 |
commit | 69db433d2a44ce6d8898ea8396b5a2cb667fe9bb (patch) | |
tree | 97b7a67ffa9b52603d34af2dc21ec00bbcd09d1d /libgo/testsuite | |
parent | ede4ebcba34f451dacde5f69f76f88025089be03 (diff) | |
download | gcc-69db433d2a44ce6d8898ea8396b5a2cb667fe9bb.tar.gz |
libgo: Support Solaris 8/9.
From Rainer Orth.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171818 138bc75d-0d04-0410-961f-82ee72b054a4
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 795a3dda3c9..2117960e26b 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@ |