summaryrefslogtreecommitdiffstats
path: root/libgo/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-011-0/+22
* Implement new syscall package.ian2011-10-231-4/+21
* Update Go library to r60.ian2011-09-161-7/+8
* libgo: Define CC_FOR_BUILD in Makefile.ian2011-07-111-0/+3
* libgo: Make os.setenv_c work on systems without setenv.ian2011-05-241-1/+1
* libgo: Irix 6 patches.ian2011-04-251-2/+7
* libgo: Use MAP_FIXED if necessary to grab arena.ian2011-04-051-1/+1
* libgo: Support for alpha.ian2011-04-011-0/+6
* libgo: Try to guess the right type for select bits in mksysinfo.ian2011-04-011-1/+1
* libgo: Support Solaris 8/9.ian2011-04-011-0/+16
* libgo: Recognize MIPS ABIs.ian2011-04-011-12/+32
* PR go/47515ian2011-03-311-0/+3
* libgo: Use waitpid on systems which do not have wait4.ian2011-03-301-1/+2
* libgo: Support systems which do not have strerror_r.ian2011-03-301-1/+3
* Support libgo on Solaris.ian2011-02-211-1/+1
* libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.ian2011-02-101-4/+4
* Implement __sync_fetch_and_add_4 if necessary.ian2011-02-041-0/+14
* Check whether we are using setjmp/longjmp exceptions.ian2011-02-031-0/+50
* Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.ian2011-02-011-0/+14
* Recognize m68k, mips, PPC. Don't require arch syscall files to exist.ian2011-01-241-7/+54
* libgo: Check whether we need -lrt for sched_yield.ian2011-01-141-0/+3
* Use GOARCH value of sparc64 rather than sparcv9.ian2011-01-131-5/+5
* Preliminary framework for Solaris support.ian2011-01-121-23/+78
* Simplify libgo Makefile conditionals.ian2011-01-121-11/+18
* PR other/46840ian2010-12-081-0/+5
* Check for -pthread and -lpthread at configure time.ian2010-12-031-0/+20
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+261
OpenPOWER on IntegriCloud