Skip to content

Commit

Permalink
- Running autoconf
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 8, 2010
1 parent 3abdc5e commit aa85953
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configure
Expand Up @@ -2209,15 +2209,15 @@ fi

fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpmath" >&5
$as_echo_n "checking for fpmath... " >&6; }
if echo $CFLAGS | grep -q -- -fpmath=; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -mfpmath" >&5
$as_echo_n "checking for -mfpmath... " >&6; }
if echo $CFLAGS | grep -q -- -mfpmath=; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
CFLAGS+=" -fpmath=sse"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: adding -fpmath=sse" >&5
$as_echo "adding -fpmath=sse" >&6; }
CFLAGS+=" -mfpmath=sse"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: adding -mfpmath=sse" >&5
$as_echo "adding -mfpmath=sse" >&6; }
fi

fi # End x86-specific CFLAGS
Expand Down

0 comments on commit aa85953

Please sign in to comment.