aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor1-0/+3
2011-05-24libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor1-1/+1
2011-04-25libgo: Irix 6 patches.Ian Lance Taylor1-2/+7
2011-04-05libgo: Use MAP_FIXED if necessary to grab arena.Ian Lance Taylor1-1/+1
2011-04-01libgo: Support for alpha.Ian Lance Taylor1-0/+6
2011-04-01libgo: Try to guess the right type for select bits in mksysinfo.Ian Lance Taylor1-1/+1
2011-04-01libgo: Support Solaris 8/9.Ian Lance Taylor1-0/+16
2011-04-01libgo: Recognize MIPS ABIs.Ian Lance Taylor1-12/+32
2011-03-31re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor1-0/+3
2011-03-30libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor1-1/+2
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor1-1/+3
2011-02-21Support libgo on Solaris.Ian Lance Taylor1-1/+1
2011-02-10libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.Ian Lance Taylor1-4/+4
2011-02-04Implement __sync_fetch_and_add_4 if necessary.Ian Lance Taylor1-0/+14
2011-02-03Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor1-0/+50
2011-02-01Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor1-0/+14
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor1-7/+54
2011-01-14libgo: Check whether we need -lrt for sched_yield.Ian Lance Taylor1-0/+3
2011-01-13Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor1-5/+5
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor1-23/+78
2011-01-12Simplify libgo Makefile conditionals.Ian Lance Taylor1-11/+18
2010-12-08re PR other/46840 (libgo should link against libm)Ian Lance Taylor1-0/+5
2010-12-03Check for -pthread and -lpthread at configure time.Ian Lance Taylor1-0/+20
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+261