summaryrefslogtreecommitdiff
path: root/libgo/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* libgo: Bump version number in libgo configure script.ian2015-01-151-1/+1
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-151-1/+1
* runtime: GOARCH values for ppc64 BE & LEian2014-11-211-2/+11
* runtime: set library name based on compiler nameian2014-11-141-0/+8
* libgo: add s390 supportian2014-11-041-0/+16
* configure: Quote some shell variables.ian2014-10-171-8/+8
* libgo/configure: Use -Qunused-arguments for asm tests if supported.ian2014-09-291-0/+24
* libgo: Bump version number.ian2014-07-191-1/+1
* runtime: add the --without-libatomic configure optionian2014-05-291-0/+15
* mksysinfo: Define CLONE flags.ian2014-05-071-1/+1
* runtime: ask $GOC rather than $CC for the version and multi-os-directoryian2014-05-011-1/+1
* libgo: Remove Solaris 8 & 9 support.ian2014-04-161-20/+0
* libgo: Build math package with -ffp-contract=off on non-x86.ian2014-03-121-0/+2
* libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.ian2014-01-221-3/+3
* go/build: Set GOARCH on arm64 systems.ian2014-01-061-0/+6
* syscall: Only call varargs libc functions from C code.ian2013-11-241-1/+1
* libgo: Fix typo for is_dragonfly in configure script.ian2013-11-191-1/+1
* libgo: Update to October 24 version of master library.ian2013-11-061-1/+4
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian2013-10-171-1/+1
* reflect: Use hand-coded .eh_frame section rather than CFI directives.ian2013-10-021-0/+62
* compiler, runtime: Use function descriptors.ian2013-06-181-1/+1
* PR go/56171ian2013-02-111-1/+2
* libgo: Correct test for whether to use DejaGNU.ian2013-02-071-1/+1
* PR go/56017ian2013-02-051-0/+11
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-291-1/+1
* libgo: Add --enable-werror configure option.ian2013-01-261-2/+5
* PR go/54918ian2012-10-231-1/+1
* libgo: Update to current sources.ian2012-10-231-0/+3
* libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.ian2012-09-201-1/+1
* 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/+5
* 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-6/+0
* syscall: Add more constants.ian2012-04-041-1/+1
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-031-0/+6
* 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/+16
* syscall: Fill out GNU/Linux support.ian2012-02-291-2/+2
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-2/+3
* PR go/52266ian2012-02-171-2/+0
* runtime: Support broken makecontext on Solaris 8/9.ian2012-02-151-0/+18
* PR go/48410ian2012-02-141-15/+17
* PR go/52084ian2012-02-121-0/+28
* libgo/configure: Fixes for Solaris 8 and cross-compilation.ian2012-02-101-4/+11
* runtime: Add matherr function when appropriate.ian2012-02-081-0/+15
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian2012-02-081-0/+17
* runtime: System-specific hack fix for x86_64 Solaris 10.ian2012-02-081-0/+81