Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: floyd@unpunk.com (Matt Mercer)
To: alsa-devel@lists.sourceforge.net
Subject: [PATCH] athlon/crusoe compiler options
Date: Thu, 6 Mar 2003 21:05:13 -0800	[thread overview]
Message-ID: <20030307050513.GA5413@unpunk.com> (raw)

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

                 reply	other threads:[~2003-03-07  5:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030307050513.GA5413@unpunk.com \
    --to=floyd@unpunk.com \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox