aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure
AgeCommit message (Expand)AuthorFilesLines
2014-11-21runtime: GOARCH values for ppc64 BE & LEIan Lance Taylor1-3/+32
2014-11-14runtime: set library name based on compiler nameIan Lance Taylor1-2/+29
2014-11-12libgo: Update libtool support to files in current GCC trunk.Ian Lance Taylor1-23/+19
2014-11-04libgo: add s390 supportIan Lance Taylor1-2/+52
2014-10-17configure: Quote some shell variables.Ian Lance Taylor1-8/+8
2014-09-29libgo/configure: Use -Qunused-arguments for asm tests if supported.Ian Lance Taylor1-0/+37
2014-07-19libgo: Bump version number.Ian Lance Taylor1-1/+1
2014-05-29runtime: add the --without-libatomic configure optionIan Lance Taylor1-2/+23
2014-05-07mksysinfo: Define CLONE flags.Ian Lance Taylor1-1/+1
2014-05-01runtime: ask $GOC rather than $CC for the version and multi-os-directoryIan Lance Taylor1-1/+1
2014-04-16libgo: Remove Solaris 8 & 9 support.Ian Lance Taylor1-19/+0
2014-03-12libgo: Build math package with -ffp-contract=off on non-x86.Ian Lance Taylor1-0/+2
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.Ian Lance Taylor1-1/+1
2014-01-06go/build: Set GOARCH on arm64 systems.Ian Lance Taylor1-2/+21
2013-11-24syscall: Only call varargs libc functions from C code.Ian Lance Taylor1-1/+1
2013-11-22libgo: Update libtool support for powerpc64le-linux-gnu.Ian Lance Taylor1-4/+4
2013-11-19libgo: Fix typo for is_dragonfly in configure script.Ian Lance Taylor1-1/+1
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-3/+19
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.Ian Lance Taylor1-1/+1
2013-10-02reflect: Use hand-coded .eh_frame section rather than CFI directives.Ian Lance Taylor1-0/+95
2013-08-23libgo: Update libtool.m4 from upstream to recognize powerpcle.Ian Lance Taylor1-5/+11
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-1/+1
2013-02-11re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor1-0/+56
2013-02-07libgo: Correct test for whether to use DejaGNU.Ian Lance Taylor1-1/+1
2013-02-05re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor1-2/+11
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor1-1/+1
2013-01-26libgo: Add --enable-werror configure option.Ian Lance Taylor1-3/+12
2012-10-23re PR go/54918 (libgo.so.0 is not runtime compatible between gcc-4.6.2 and gc...Ian Lance Taylor1-1/+1
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-2/+18
2012-06-07runtime: Use dl_iterate_phdr to get TLS size.Ian Lance Taylor1-1/+1
2012-06-05runtime: Fix call to _dl_get_tls_static_info for i386.Ian Lance Taylor1-1/+1
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor1-0/+17
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor1-1/+1
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor1-2/+2
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor1-9/+2
2012-04-04syscall: Add more constants.Ian Lance Taylor1-1/+1
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor1-2/+9
2012-04-03mksysinfo.sh: Add some more networking constants.Ian Lance Taylor1-1/+1
2012-03-05libgo: Fix Solaris ustat.h test.Ian Lance Taylor1-1/+4
2012-03-02libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor1-1/+31
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor1-2/+2
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor1-2/+13
2012-02-17re PR go/52266 (syntax error in libgo/configure)Ian Lance Taylor1-408/+406
2012-02-15runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor1-0/+17
2012-02-14re PR go/48410 (weird installation dir)Ian Lance Taylor1-15/+17
2012-02-12re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor1-0/+58
2012-02-10libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor1-4/+44
2012-02-08runtime: Add matherr function when appropriate.Ian Lance Taylor1-0/+29
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor1-2/+30
2012-02-08runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor1-0/+98