summaryrefslogtreecommitdiff
path: root/libgo/configure
Commit message (Expand)AuthorAgeFilesLines
...
* libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor2011-07-111-2/+6
* re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only...Rainer Orth2011-07-071-1/+1
* libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor2011-05-241-1/+1
* libgo: Irix 6 patches.Ian Lance Taylor2011-04-251-2/+7
* libgo: Use MAP_FIXED if necessary to grab arena.Ian Lance Taylor2011-04-051-1/+1
* Mark as executable in SVN.Ian Lance Taylor2011-04-031-0/+0
* libgo: Support for alpha.Ian Lance Taylor2011-04-011-2/+21
* libgo: Try to guess the right type for select bits in mksysinfo.Ian Lance Taylor2011-04-011-1/+1
* libgo: Support Solaris 8/9.Ian Lance Taylor2011-04-011-2/+18
* libgo: Recognize MIPS ABIs.Ian Lance Taylor2011-04-011-23/+102
* re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor2011-03-311-2/+18
* libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor2011-03-301-3/+17
* libgo: Support systems which do not have strerror_r.Ian Lance Taylor2011-03-301-3/+18
* Support libgo on Solaris.Ian Lance Taylor2011-02-211-1/+1
* Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2011-02-131-14/+2
* libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.Ian Lance Taylor2011-02-101-8/+8
* Implement __sync_fetch_and_add_4 if necessary.Ian Lance Taylor2011-02-041-0/+29
* Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor2011-02-031-2/+67
* libgo: Apply upstream libtool patch.Ian Lance Taylor2011-02-021-5/+19
* Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor2011-02-011-0/+28
* Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor2011-01-241-9/+138
* libgo: Check whether we need -lrt for sched_yield.Ian Lance Taylor2011-01-141-0/+57
* Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor2011-01-131-13/+13
* Preliminary framework for Solaris support.Ian Lance Taylor2011-01-121-46/+234
* Simplify libgo Makefile conditionals.Ian Lance Taylor2011-01-121-13/+30
* re PR other/46840 (libgo should link against libm)Ian Lance Taylor2010-12-081-2/+46
* Check for -pthread and -lpthread at configure time.Ian Lance Taylor2010-12-031-2/+74
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+16395