From 1ca9acd31f45050550e7219f65c69f7fa1a3bf72 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 25 May 2005 22:17:30 +0000 Subject: fix build hpl's Makefile used ARCH for some own things which conflicted with the predefined ARCH. I renamed hpl's ARCH variable. --- benchmarks/hpl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'benchmarks/hpl') diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index 23da5530c2fb..5fa590a55dbb 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -74,7 +74,8 @@ post-patch: s|^CC[ ]*=.*$$|CC = ${CC}| ; \ s|^CCFLAGS[ ]*=.*$$|CCFLAGS = $$\(HPL_DEFS\) ${CFLAGS} -fomit-frame-pointer -funroll-loops| ; \ s|^LINKER[ ]*=.*$$|LINKER = ${FC}| ; \ - s|^ARCHIVER[ ]*=.*$$|ARCHIVER = ${AR}|'\ + s|^ARCHIVER[ ]*=.*$$|ARCHIVER = ${AR}| ; \ + s|ARCH[ )]|_&|g' \ ${WRKSRC}/setup/Make.${HPL_ARCH} .if defined(WITH_LAM) -- cgit v1.2.3