Re: PATCH: Add bootstrap-mpx.mk

2015-04-13 Thread Jeff Law
On 04/13/2015 02:26 PM, H.J. Lu wrote: On Mon, Apr 13, 2015 at 3:43 AM, Ilya Enkovich wrote: 2015-03-23 22:27 GMT+03:00 H.J. Lu : Hi, This patch adds bootstrap-mpx.mk so that we test mpx in gcc build by configuring GCC with --enable-libmpx --with-build-config="bootstrap-mpx" OK to install?

Re: PATCH: Add bootstrap-mpx.mk

2015-04-13 Thread H.J. Lu
> + -B$$r/prev-$(TARGET_SUBDIR)/libmpx/mpxwrap/.libs > > Hi, > > Static constructors created by Pointer Bounds Checker get random seed > in their names. -frandom-seed should be used to avoid comparison > errors. > Updated. I bootstrapped it on Linux/x86-64.

Re: PATCH: Add bootstrap-mpx.mk

2015-04-13 Thread Ilya Enkovich
2015-03-23 22:27 GMT+03:00 H.J. Lu : > Hi, > > This patch adds bootstrap-mpx.mk so that we test mpx in gcc build by > configuring GCC with > > --enable-libmpx --with-build-config="bootstrap-mpx" > > OK to install? > > > H.J. > --- > 2015-03-23 H.J. Lu > > * bootstrap-mpx.mk: New file. >

PATCH: Add bootstrap-mpx.mk

2015-03-23 Thread H.J. Lu
Hi, This patch adds bootstrap-mpx.mk so that we test mpx in gcc build by configuring GCC with --enable-libmpx --with-build-config="bootstrap-mpx" OK to install? H.J. --- 2015-03-23 H.J. Lu * bootstrap-mpx.mk: New file. diff --git a/config/bootstrap-mpx.mk b/config/bootstrap-mpx.mk