diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-07-27 20:56:06 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-07-27 20:56:06 +0000 |
commit | d4e995a817ff893be539d36890f8fa59404d18b6 (patch) | |
tree | 21cb86597ba8d099df8d2bdab89a6dc665bb1d97 /benchmarks/netperf/files | |
parent | - Upgraded Pentium GCC Developer Version to latest snapshot release 970721 (diff) |
Update to 2.1pl3
Found by: distfile checker
Notes
Notes:
svn path=/head/; revision=7426
Diffstat (limited to 'benchmarks/netperf/files')
-rw-r--r-- | benchmarks/netperf/files/patch-aa | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/benchmarks/netperf/files/patch-aa b/benchmarks/netperf/files/patch-aa index 27d61a910bea..667061b52de5 100644 --- a/benchmarks/netperf/files/patch-aa +++ b/benchmarks/netperf/files/patch-aa @@ -20,28 +20,11 @@ # The compiler on your system might be somewhere else, and/or have # a different name. *************** -*** 36,42 **** - # You may safely ignore that warning. - # - -! CC = cc - - # Adding flags to CFLAGS enables some non-mainline features. For - # more information, please consult the source code. ---- 36,42 ---- - # You may safely ignore that warning. - # - -! CC = cc -Wall - - # Adding flags to CFLAGS enables some non-mainline features. For - # more information, please consult the source code. -*************** *** 83,89 **** # -U__hpux - Use this when compiling _on_ HP-UX *for* an HP-RT system LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -! CFLAGS = -O -Ae -D$(LOG_FILE) -DUSE_LOOPER +! CFLAGS = -O -D$(LOG_FILE) -DUSE_LOOPER # Some platforms, and some options, require additional libraries. # you can add to the "LIBS =" line to accomplish this. if you find |