diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-07-25 21:45:28 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-07-25 21:45:28 +0000 |
commit | 19fe4c3ec92acf0bc3f85ad48d059680d67fdf59 (patch) | |
tree | 858b22c97f1bdd091c1d8482d296f05bc51821e1 | |
parent | 7fea437b374fc6ada60da2e2ed0e14b30cbab9a0 (diff) | |
download | xine-lib-19fe4c3ec92acf0bc3f85ad48d059680d67fdf59.tar.gz xine-lib-19fe4c3ec92acf0bc3f85ad48d059680d67fdf59.tar.bz2 |
First step to avoid compilation crash on PPC.
CVS patchset: 2354
CVS date: 2002/07/25 21:45:28
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 52b387d57..13baf412c 100644 --- a/configure.in +++ b/configure.in @@ -782,6 +782,7 @@ case "$host_or_hostalias" in ppc-*-linux* | powerpc-*) CFLAGS="$CFLAGS -O3 -pipe -fomit-frame-pointer $m_wm $m_psb -fexpensive-optimizations $f_si $f_nsa -ffast-math -funroll-loops -funroll-all-loops -finline-functions" DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" + ASFLAGS="" dnl avoid ppc compilation crash AC_DEFINE(FPM_PPC) AC_DEFINE(ARCH_PPC) |