configure.in:
Fix linking error in 5.0: the build system for Linux/S390 does not have inlining working in the compiler; remove inlining on that system innobase/configure.in: Fix linking error in 5.0: the build system for Linux/S390 does not have inlining working in the compiler; remove inlining on that system
This commit is contained in:
parent
185965214d
commit
c3272ae718
@ -110,6 +110,9 @@ esac
|
|||||||
case "$target" in
|
case "$target" in
|
||||||
i[[4567]]86-*-*)
|
i[[4567]]86-*-*)
|
||||||
CFLAGS="$CFLAGS -DUNIV_INTEL_X86";;
|
CFLAGS="$CFLAGS -DUNIV_INTEL_X86";;
|
||||||
|
# The compiler on Linux/S390 does not seem to have inlining
|
||||||
|
s390-*-*)
|
||||||
|
CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_OUTPUT(Makefile os/Makefile ut/Makefile btr/Makefile dnl
|
AC_OUTPUT(Makefile os/Makefile ut/Makefile btr/Makefile dnl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user