|
From: <sv...@va...> - 2010-09-18 08:40:59
|
Author: bart Date: 2010-09-18 09:40:52 +0100 (Sat, 18 Sep 2010) New Revision: 11361 Log: Build 32-bit exp-bbv tests as 32-bit. Patch supplied by Maynard Johnson (see also #247526). Modified: trunk/exp-bbv/tests/ppc32-linux/Makefile.am Modified: trunk/exp-bbv/tests/ppc32-linux/Makefile.am =================================================================== --- trunk/exp-bbv/tests/ppc32-linux/Makefile.am 2010-09-18 08:34:33 UTC (rev 11360) +++ trunk/exp-bbv/tests/ppc32-linux/Makefile.am 2010-09-18 08:40:52 UTC (rev 11361) @@ -14,9 +14,9 @@ million.post.exp \ million.vgtest -AM_CCASFLAGS += -ffreestanding +AM_CCASFLAGS += -ffreestanding -m32 -LDFLAGS += -nostartfiles -nodefaultlibs +LDFLAGS += -nostartfiles -nodefaultlibs -m32 ll_SOURCES = ll.S million_SOURCES = million.S |