summaryrefslogtreecommitdiff
path: root/libgo/configure
Commit message (Expand)AuthorAgeFilesLines
* libgo: Fix Solaris ustat.h test.Ian Lance Taylor2012-03-051-1/+4
* libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor2012-03-021-1/+31
* syscall: Fill out GNU/Linux support.Ian Lance Taylor2012-02-291-2/+2
* libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor2012-02-181-2/+13
* re PR go/52266 (syntax error in libgo/configure)Ian Lance Taylor2012-02-171-408/+406
* runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor2012-02-151-0/+17
* re PR go/48410 (weird installation dir)Ian Lance Taylor2012-02-141-15/+17
* re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor2012-02-121-0/+58
* libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor2012-02-101-4/+44
* runtime: Add matherr function when appropriate.Ian Lance Taylor2012-02-081-0/+29
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor2012-02-081-2/+30
* runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor2012-02-081-0/+98
* libgo: Build stubs for some syscall functions not on older systems.Ian Lance Taylor2012-01-261-406/+432
* libgo: Update to weekly.2012-01-15.Ian Lance Taylor2012-01-251-1/+1
* libgo: Solaris and Irix compatibility patches.Ian Lance Taylor2012-01-171-0/+1
* libgo: Update to weekly.2011-12-22.Ian Lance Taylor2012-01-131-2/+17
* libgo: Use -std=gnu99 on Solaris 10.Ian Lance Taylor2011-12-221-2/+2
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.Ian Lance Taylor2011-12-201-3/+4
* libgo: Generate dependencies automatically.Ian Lance Taylor2011-12-031-2/+8
* libgo: Update to weekly.2011-11-01.Ian Lance Taylor2011-12-021-1/+1
* runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor2011-11-291-0/+18
* syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor2011-11-011-2/+217
* Implement new syscall package.Ian Lance Taylor2011-10-231-6/+67
* Update Go library to r60.Ian Lance Taylor2011-09-161-10/+23
* 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