Kaydet (Commit) c7cf75fe authored tarafından Patrick Luby's avatar Patrick Luby

Correct .IF errors in last revision

üst 04f9143f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: unxmacxp.mk,v $ # $RCSfile: unxmacxp.mk,v $
# #
# $Revision: 1.34 $ # $Revision: 1.35 $
# #
# last change: $Author: pluby $ $Date: 2001-03-13 05:37:25 $ # last change: $Author: pluby $ $Date: 2001-03-13 05:42:29 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -111,7 +111,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions ...@@ -111,7 +111,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions
CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-operator-names CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-operator-names
.IF "$(shell uname -r)">="1.3" .IF "$(shell uname -r)"!="1.2"
CFLAGSCXX+=-fno-coalesce CFLAGSCXX+=-fno-coalesce
.ENDIF .ENDIF
...@@ -125,10 +125,7 @@ CFLAGSPROF= ...@@ -125,10 +125,7 @@ CFLAGSPROF=
CFLAGSDEBUG=-g CFLAGSDEBUG=-g
CFLAGSDBGUTIL= CFLAGSDBGUTIL=
.IF "$(shell uname -r)">="1.3" .IF "$(shell uname -r)"=="1.2"
CFLAGSOPT=-O2
CFLAGSNOOPT=-O
.ELSE
# Workaround for the compiler's buggy opitmizer when exceptions are turned on. # Workaround for the compiler's buggy opitmizer when exceptions are turned on.
# Note that we have to define NO_OPTIMIZE for all files as once you turn off # Note that we have to define NO_OPTIMIZE for all files as once you turn off
# optimizing for one file, we need to adjust our compiling of the remaining # optimizing for one file, we need to adjust our compiling of the remaining
...@@ -141,6 +138,9 @@ CFLAGSNOOPT=-O ...@@ -141,6 +138,9 @@ CFLAGSNOOPT=-O
CFLAGSOPT= CFLAGSOPT=
CFLAGSNOOPT= CFLAGSNOOPT=
.ENDIF .ENDIF
.ELSE
CFLAGSOPT=-O2
CFLAGSNOOPT=-O
.ENDIF .ENDIF
CFLAGSOUTOBJ=-o CFLAGSOUTOBJ=-o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment