Guard against M4 versions with a buggy strstr.
[gcc.git] / libgo / configure.ac
2011-02-21 Ian Lance TaylorSupport libgo on Solaris.
2011-02-10 Ian Lance Taylorlibgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPR...
2011-02-04 Ian Lance TaylorImplement __sync_fetch_and_add_4 if necessary.
2011-02-03 Ian Lance TaylorCheck whether we are using setjmp/longjmp exceptions.
2011-02-01 Ian Lance TaylorTest whether libgcc or kernel defines __sync_bool_compa...
2011-01-24 Ian Lance TaylorRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-14 Ian Lance Taylorlibgo: Check whether we need -lrt for sched_yield.
2011-01-13 Ian Lance TaylorUse GOARCH value of sparc64 rather than sparcv9.
2011-01-12 Ian Lance TaylorPreliminary framework for Solaris support.
2011-01-12 Ian Lance TaylorSimplify libgo Makefile conditionals.
2010-12-08 Ian Lance Taylorre PR other/46840 (libgo should link against libm)
2010-12-03 Ian Lance TaylorCheck for -pthread and -lpthread at configure time.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.