Fix error when WITH_OPTIMIZED_FLAGS is specified.
PR: 100991 Submitted by: Masayuki Takemura <ICG04984@nifty.com>
This commit is contained in:
@@ -35,7 +35,11 @@ USE_GCC=3.4
|
||||
|
||||
# only affects for lapack sub project
|
||||
.if defined(WITH_OPTIMIZED_FLAGS)
|
||||
.if defined(CPUTYPE)
|
||||
FFLAGS+= -mtune=${CPUTYPE} -pipe -O2 -ffast-math -fomit-frame-pointer
|
||||
.else
|
||||
FFLAGS+= -pipe -O2 -ffast-math -fomit-frame-pointer
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
||||
@@ -35,7 +35,11 @@ USE_GCC=3.4
|
||||
|
||||
# only affects for lapack sub project
|
||||
.if defined(WITH_OPTIMIZED_FLAGS)
|
||||
.if defined(CPUTYPE)
|
||||
FFLAGS+= -mtune=${CPUTYPE} -pipe -O2 -ffast-math -fomit-frame-pointer
|
||||
.else
|
||||
FFLAGS+= -pipe -O2 -ffast-math -fomit-frame-pointer
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
||||
Reference in New Issue
Block a user