OSDN Git Service

libgo: Pass compiler flags to mksysinfo.sh.
[pf3gnuchains/gcc-fork.git] / libgo / Makefile.in
2011-02-05 ianlibgo: Pass compiler flags to mksysinfo.sh.
2011-01-31 ianlibgo/Makefile.am: Simplify build to avoid unnecessary...
2011-01-28 ianAdd Solaris version of os.Hostname.
2011-01-27 ianDon't force rebuild if mksysinfo.sh does not change...
2011-01-27 ianAdd missing dependency in libgo/Makefile.am.
2011-01-25 ian PR go/47452
2011-01-24 ianRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-21 ianRemove the types float and complex.
2011-01-19 ianlibgo/Makefile.am: Fix typo naming socket_bsd.go.
2011-01-14 ianlibgo: Use $(SHELL) to invoke gotest.
2011-01-14 ianlibgo/Makefile.am: Correct typos in Solaris support.
2011-01-13 ianClean up syscalls, add some Solaris support.
2011-01-12 ianMake using DejaGNU work for libgo testing on a native...
2011-01-12 ianPreliminary framework for Solaris support.
2011-01-12 ianSimplify libgo Makefile conditionals.
2011-01-11 ianChange libgo testsuite format to be more like DejaGNU.
2011-01-11 ianAdd cgo support routines corresponding to the ones...
2011-01-05 ian PR go/47176
2010-12-17 ianAvoid always splitting the stack when calling append...
2010-12-09 ian PR bootstrap/46812
2010-12-08 ian PR other/46840
2010-12-07 ian PR other/46789
2010-12-03 ianCheck for -pthread and -lpthread at configure time.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.