mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
Remove flag -fstrict-aliasing which causes problems with GCC 4.2.3
This commit is contained in:
parent
9ac3b8df2f
commit
ab39a229f0
2 changed files with 2106 additions and 2883 deletions
4983
src/configure
vendored
4983
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -413,9 +413,9 @@ AC_C_BIGENDIAN([], [],
|
|||
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl This flag is an optimization for GNU
|
||||
if test "${GCC}" = "yes"; then
|
||||
CFLAGS="${CFLAGS} -fstrict-aliasing"
|
||||
fi
|
||||
dnl if test "${GCC}" = "yes"; then
|
||||
dnl CFLAGS="${CFLAGS} -fstrict-aliasing"
|
||||
dnl fi
|
||||
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl Check the appropiate type for cl_fixnum/cl_index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue