mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
performance of a file system. WWW: http://www.llnl.gov/icc/lc/siop/ PR: ports/112237 Submitted by: Chao Shin <quakelee at cn.freebsd.org>
10 lines
235 B
Text
10 lines
235 B
Text
--- Makefile.orig Sun Apr 29 16:35:18 2007
|
|
+++ Makefile Sun Apr 29 16:42:07 2007
|
|
@@ -21,6 +21,7 @@
|
|
|
|
CC.AIX = mpcc_r -bmaxdata:0x80000000
|
|
CC.Linux = mpicc -Wall
|
|
+CC.FreeBSD = %%MPICC%% -Wall
|
|
|
|
# Requires GNU Make
|
|
OS=$(shell uname)
|