All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] athlon/crusoe compiler options
@ 2003-03-07  5:05 Matt Mercer
  0 siblings, 0 replies; only message in thread
From: Matt Mercer @ 2003-03-07  5:05 UTC (permalink / raw)
  To: alsa-devel

Hi,

This trivial patch alters compile options for athlon and crusoe cpu-types to be compatible with gcc-3.x.x.

Matt Mercr

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.142
diff -u -r1.142 configure.in
--- configure.in        5 Mar 2003 20:04:33 -0000       1.142
+++ configure.in        6 Mar 2003 09:19:10 -0000
@@ -430,11 +430,11 @@
     if $CC -march=athlon -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
       c_opts="-march=athlon"
     else
-      c_opts="-march=i686 -malign-functions=4"
+      c_opts="-march=i686 -falign-functions=4"
     fi
     ;;
   crusoe)
-    c_opts="-march=i686 -malign-functions=0 -malign-jumps=0 -malign-loops=0"
+    c_opts="-march=i686 -falign-functions=0 -falign-jumps=0 -falign-loops=0"
     ;;
   ia64)
     c_opts="-Wa,-x -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -funwind-tables -falign-functions=32"



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-07  5:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07  5:05 [PATCH] athlon/crusoe compiler options Matt Mercer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.