[PATCH] configure: don't echo $CFLAGS (issue 7103062)

2013-01-20 Thread minux . ma
Reviewers: bonzini_gnu.org, dj_redhat.com, neroden_gcc.gnu.org, aoliva_redhat.com, ralf.wildenhues_gmx.de, jakub_redhat.com, mikestump_comcast.net, Description: 2013-01-20 Shenghou Ma minux...@gmail.com * config/isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION. *

[PATCH] gcc/doc: fix two typos (issue 7159043)

2013-01-17 Thread minux . ma
Reviewers: gerald_pfeifer.com, joseph_codesourcery.com, Message: two trivial typo fixes. Description: 2013-01-16 Shenghou Ma minux...@gmail.com * doc/invoke.texi: fix typo. * doc/objc.texi: fix typo. PS: my copyright assignment id is 782920. Please review this at

[PATCH] build: add -Wl,-rpath=path to $gmplibs (issue 7124057)

2013-01-17 Thread minux . ma
Reviewers: bonzini_gnu.org, dj_redhat.com, neroden_gcc.gnu.org, aoliva_redhat.com, ralf.wildenhues_gmx.de, Message: some systems (notably NetBSD), doesn't place the path where libgmp, libmpfr, libmpc resides into /etc/ld.so.conf, and instead rely on the binary providing correct -rpath; this

Re: [PATCH] gcc/go/gospec.c: fix static linking of Go programs (issue 7130047)

2013-01-16 Thread minux . ma
Reviewers: iant, Message: please take another look. Description: 2013-01-16 Shenghou Ma minux...@gmail.com * gospec.c: pass -u pthread_create to linker when static linking. Please review this at https://codereview.appspot.com/7130047/ Affected files: M gcc/go/gospec.c Index: