diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-02 15:28:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-02 15:28:33 +0000 |
commit | 5034751af6aba5fbf7e51a0c9a9ed33409b62624 (patch) | |
tree | e7d5fd48db19537ce2d7edaafdb35f2adfcca4ad | |
parent | 7ab37510832400d3dfeeee12a8594a6a3648331d (diff) | |
download | gdk-pixbuf-5034751af6aba5fbf7e51a0c9a9ed33409b62624.tar.gz |
NetBSD portability fixes. (#346374, Thomas Klausner)
* pixops/*.S: NetBSD portability fixes. (#346374,
Thomas Klausner)
-rw-r--r-- | gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/have_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/scale_line_22_33_mmx.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S index 4969fa7d1..232bddf40 100644 --- a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S index 64a8246e4..ab7c8729e 100644 --- a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/have_mmx.S b/gdk-pixbuf/pixops/have_mmx.S index 7064c8f74..eb7267805 100644 --- a/gdk-pixbuf/pixops/have_mmx.S +++ b/gdk-pixbuf/pixops/have_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S index da2ff6172..53144aef9 100644 --- a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S +++ b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ |