summaryrefslogtreecommitdiff
path: root/libgo/configure
Commit message (Expand)AuthorAgeFilesLines
* PR go/78978ian2017-01-061-36/+25
* PR go/78789ian2017-01-031-0/+26
* libgo: fixes for Solaris buildian2016-12-131-2/+56
* runtime: copy memory hash code from Go 1.7ian2016-12-081-1/+1
* Update libgo/configure to restore it to the master version.ian2016-11-181-5/+45
* runtime, reflect: rewrite Go to FFI type conversion in Goian2016-11-181-1/+15
* <toplevel>doko2016-11-151-47/+6
* libgo: fix GOARCH_INT64ALIGN for several targetsian2016-11-111-5/+1
* libgo: fix GOARCH_PHYSPAGESIZE for ia64ian2016-11-011-1/+1
* libgo: leave Int64Align as 8 on 32-bit SPARCian2016-10-211-1/+0
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-181-1/+1
* configure: redirect -fsplit-stack compilation to dev/nullian2016-10-111-3/+3
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-301-1/+1
* libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)ian2016-09-141-1/+1
* runtime/internal/sys: new package, API copied from Go 1.7ian2016-09-111-324/+125
* internal/syscall/unix: fix syscalls for alpha, ia64, s390ian2016-08-071-2/+21
* libgo: bump library version number for 1.7ian2016-07-261-1/+1
* libgo: update to go1.7rc3ian2016-07-221-2/+16
* libgo: bump version number for upgrade to 1.6rc1ian2016-02-041-1/+1
* libgo: Update to go1.6rc1.ian2016-02-031-2/+16
* PR go/66574ian2015-11-211-0/+56
* libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsian2015-11-101-0/+40
* libgo: Bump version number.ian2015-11-021-1/+1
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian2015-09-151-2/+10
* libgo: test linking split-stack and non-split-stack togetherian2015-09-151-2/+27
* libgo: don't provide ustat on arm64 GNU/Linuxian2015-09-151-7/+10
* libgo: Use stat_atim.go on Solaris 12+ian2015-09-101-2/+30
* libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.ian2015-05-161-67/+2
* 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-3/+32
* runtime: set library name based on compiler nameian2014-11-141-2/+29
* libgo: Update libtool support to files in current GCC trunk.ian2014-11-121-23/+19
* libgo: add s390 supportian2014-11-041-2/+52
* configure: Quote some shell variables.ian2014-10-171-8/+8
* libgo/configure: Use -Qunused-arguments for asm tests if supported.ian2014-09-291-0/+37
* libgo: Bump version number.ian2014-07-191-1/+1
* runtime: add the --without-libatomic configure optionian2014-05-291-2/+23
* 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-19/+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-1/+1
* go/build: Set GOARCH on arm64 systems.ian2014-01-061-2/+21
* syscall: Only call varargs libc functions from C code.ian2013-11-241-1/+1
* libgo: Update libtool support for powerpc64le-linux-gnu.ian2013-11-221-4/+4
* 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-3/+19
* 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/+95