diff options
Diffstat (limited to 'debian/patches/alpha-no-ev4-directive.diff')
-rw-r--r-- | debian/patches/alpha-no-ev4-directive.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/alpha-no-ev4-directive.diff b/debian/patches/alpha-no-ev4-directive.diff index 8be79df..0c21c65 100644 --- a/debian/patches/alpha-no-ev4-directive.diff +++ b/debian/patches/alpha-no-ev4-directive.diff @@ -8,7 +8,7 @@ Index: b/src/gcc/config/alpha/alpha.c =================================================================== --- a/src/gcc/config/alpha/alpha.c +++ b/src/gcc/config/alpha/alpha.c -@@ -9420,7 +9420,7 @@ alpha_file_start (void) +@@ -9426,7 +9426,7 @@ alpha_file_start (void) fputs ("\t.set nomacro\n", asm_out_file); if (TARGET_SUPPORT_ARCH | TARGET_BWX | TARGET_MAX | TARGET_FIX | TARGET_CIX) { @@ -17,7 +17,7 @@ Index: b/src/gcc/config/alpha/alpha.c if (alpha_cpu == PROCESSOR_EV6 || TARGET_FIX || TARGET_CIX) arch = "ev6"; -@@ -9430,10 +9430,9 @@ alpha_file_start (void) +@@ -9436,10 +9436,9 @@ alpha_file_start (void) arch = "ev56"; else if (alpha_cpu == PROCESSOR_EV5) arch = "ev5"; |