aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
AgeCommit message (Expand)Author
2011-03-11Don't use intermediate .la files building libgo.Ian Lance Taylor
2011-03-09Solaris specific syslog support.Ian Lance Taylor
2011-03-09re PR go/48017 (Network tests should fail gracefully without network connecti...Ian Lance Taylor
2011-03-07Use _nuname on 32-bit Solaris 2/x86.Ian Lance Taylor
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor
2011-02-21Support libgo on Solaris.Ian Lance Taylor
2011-02-05libgo: Pass compiler flags to mksysinfo.sh.Ian Lance Taylor
2011-01-31libgo/Makefile.am: Simplify build to avoid unnecessary .a files.Ian Lance Taylor
2011-01-28Add Solaris version of os.Hostname.Ian Lance Taylor
2011-01-27Don't force rebuild if mksysinfo.sh does not change sysinfo.go.Ian Lance Taylor
2011-01-27Add missing dependency in libgo/Makefile.am.Ian Lance Taylor
2011-01-25re PR go/47452 (Bootstrap fails in libgo (argument has incompatible type))Ian Lance Taylor
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor
2011-01-21Remove the types float and complex.Ian Lance Taylor
2011-01-19libgo/Makefile.am: Fix typo naming socket_bsd.go.Ian Lance Taylor
2011-01-14libgo: Use $(SHELL) to invoke gotest.Ian Lance Taylor
2011-01-14libgo/Makefile.am: Correct typos in Solaris support.Ian Lance Taylor
2011-01-13Clean up syscalls, add some Solaris support.Ian Lance Taylor
2011-01-12Make using DejaGNU work for libgo testing on a native system.Ian Lance Taylor
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor
2011-01-12Simplify libgo Makefile conditionals.Ian Lance Taylor
2011-01-11Change libgo testsuite format to be more like DejaGNU.Ian Lance Taylor
2011-01-11Add cgo support routines corresponding to the ones in 6g/8g.Ian Lance Taylor
2011-01-05re PR go/47176 (libgo doesn't compile if libunicode is installed)Ian Lance Taylor
2010-12-17Avoid always splitting the stack when calling append and copy.Ian Lance Taylor
2010-12-09re PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is alrea...Ian Lance Taylor
2010-12-08re PR other/46840 (libgo should link against libm)Ian Lance Taylor
2010-12-07re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor
2010-12-03Check for -pthread and -lpthread at configure time.Ian Lance Taylor
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor