summaryrefslogtreecommitdiff
path: root/libgo/configure
Commit message (Expand)AuthorAgeFilesLines
* PR go/56171ian2013-02-111-0/+56
* libgo: Correct test for whether to use DejaGNU.ian2013-02-071-1/+1
* PR go/56017ian2013-02-051-2/+11
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-291-1/+1
* libgo: Add --enable-werror configure option.ian2013-01-261-3/+12
* PR go/54918ian2012-10-231-1/+1
* libgo: Update to current sources.ian2012-10-231-2/+18
* runtime: Use dl_iterate_phdr to get TLS size.ian2012-06-071-1/+1
* runtime: Fix call to _dl_get_tls_static_info for i386.ian2012-06-051-1/+1
* PR go/52358ian2012-04-271-0/+17
* mksysinfo: More fixes to emulate master Go library.ian2012-04-221-1/+1
* syscall: Additional constants, some type corrections.ian2012-04-211-2/+2
* net, syscall: Use native endianness for GNU/Linux netlink code.ian2012-04-201-9/+2
* syscall: Add more constants.ian2012-04-041-1/+1
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-031-2/+9
* mksysinfo.sh: Add some more networking constants.ian2012-04-031-1/+1
* libgo: Fix Solaris ustat.h test.ian2012-03-051-1/+4
* libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.ian2012-03-021-1/+31
* syscall: Fill out GNU/Linux support.ian2012-02-291-2/+2
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-2/+13
* PR go/52266ian2012-02-171-408/+406
* runtime: Support broken makecontext on Solaris 8/9.ian2012-02-151-0/+17
* PR go/48410ian2012-02-141-15/+17
* PR go/52084ian2012-02-121-0/+58
* libgo/configure: Fixes for Solaris 8 and cross-compilation.ian2012-02-101-4/+44
* runtime: Add matherr function when appropriate.ian2012-02-081-0/+29
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian2012-02-081-2/+30
* runtime: System-specific hack fix for x86_64 Solaris 10.ian2012-02-081-0/+98
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-261-406/+432
* libgo: Update to weekly.2012-01-15.ian2012-01-251-1/+1
* libgo: Solaris and Irix compatibility patches.ian2012-01-171-0/+1
* libgo: Update to weekly.2011-12-22.ian2012-01-131-2/+17
* libgo: Use -std=gnu99 on Solaris 10.ian2011-12-221-2/+2
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-201-3/+4
* libgo: Generate dependencies automatically.ian2011-12-031-2/+8
* libgo: Update to weekly.2011-11-01.ian2011-12-021-1/+1
* runtime: If no sem_timedwait, use pthread_cond_timedwait.ian2011-11-291-0/+18
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-011-2/+217
* Implement new syscall package.ian2011-10-231-6/+67
* Update Go library to r60.ian2011-09-161-10/+23
* libgo: Define CC_FOR_BUILD in Makefile.ian2011-07-111-2/+6
* gcc:ro2011-07-071-1/+1
* 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
* Mark as executable in SVN.ian2011-04-031-0/+0
* libgo: Support for alpha.ian2011-04-011-2/+21
* 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-2/+18
* libgo: Recognize MIPS ABIs.ian2011-04-011-23/+102