Remove extra 'else' in solaris compiler code.
This commit is contained in:
parent
dfec2b070d
commit
e81b7b1dac
@ -4,7 +4,7 @@ if test "$GCC" != yes ; then
|
|||||||
if test "$enable_debug" != yes; then
|
if test "$enable_debug" != yes; then
|
||||||
CFLAGS="$CFLAGS -O" # any optimization breaks debug
|
CFLAGS="$CFLAGS -O" # any optimization breaks debug
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
# Pick the right test-and-set (TAS) code for the Sun compiler.
|
# Pick the right test-and-set (TAS) code for the Sun compiler.
|
||||||
# We would like to use in-line assembler, but the compiler
|
# We would like to use in-line assembler, but the compiler
|
||||||
# requires *.il files to be on every compile line, making
|
# requires *.il files to be on every compile line, making
|
||||||
|
Loading…
x
Reference in New Issue
Block a user