fixes in configure.in
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@355 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
2006-08-22 Javier Serrano Polo <jasp00/at/terra/dot/es>
|
||||
|
||||
* configure.in:
|
||||
changed package-maintainer-email-address to lmms-devel-list
|
||||
- changed package-maintainer-email-address to lmms-devel-list
|
||||
- removed -floop-optimization2-flag as it is deprecated and not
|
||||
supported by coming GCC 4.2
|
||||
|
||||
2006-08-20 Javier Serrano Polo <jasp00/at/terra/dot/es>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ EXTRAFLAGS="" #"-floop-optimize2 -fgcse-sm -fgcse-las"
|
||||
|
||||
# Tested with GCC 4.0--needs to be tested with 4.1--Danny 7/21/06
|
||||
if test "x`$CC --version|head -1|cut -d\ -f3|cut -d. -f1`" = "x4" ; then
|
||||
EXTRAFLAGS="$EXTRAFLAGS -floop-optimize2 -ftree-vectorize -ftree-loop-linear"
|
||||
EXTRAFLAGS="$EXTRAFLAGS -ftree-vectorize -ftree-loop-linear"
|
||||
if test "x`$CC --version|head -1|cut -d\ -f3|cut -d. -f2`" != "x0" ; then
|
||||
EXTRAFLAGS="$EXTRAFLAGS -funsafe-loop-optimizations -Wunsafe-loop-optimizations"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user