diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-09-23 22:23:15 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-23 22:23:15 +0100 |
commit | bc56d757b3a97dc2c0df929e70476671b7d7b84f (patch) | |
tree | 3233b264620609e6eccf151784d7df37acedff47 /recipes | |
parent | 8492c6f376307e44c07c4c544ad09cd7260e2f26 (diff) | |
parent | 47dc93af306977aa95dceee4c5ce1743887b6e01 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libvorbis/libvorbis/configure_powerpc-no-fixed-cpu.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libvorbis/libvorbis/configure_powerpc-no-fixed-cpu.patch b/recipes/libvorbis/libvorbis/configure_powerpc-no-fixed-cpu.patch new file mode 100644 index 0000000000..4ad71a16c5 --- /dev/null +++ b/recipes/libvorbis/libvorbis/configure_powerpc-no-fixed-cpu.patch @@ -0,0 +1,15 @@ +Index: libvorbis-1.2.0/configure.in +=================================================================== +--- libvorbis-1.2.0.orig/configure.in 2009-09-23 14:24:13.000000000 +0200 ++++ libvorbis-1.2.0/configure.in 2009-09-23 14:24:29.000000000 +0200 +@@ -149,8 +149,8 @@ + fi;; + powerpc-*-linux*) + DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES" +- CFLAGS="-O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT" +- PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";; ++ CFLAGS="-O3 -ffast-math -mfused-madd -D_REENTRANT" ++ PROFILE="-pg -g -O3 -ffast-math -mfused-madd -D_REENTRANT";; + *-*-linux*) + DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char" + CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char" |