* src/vm/jit/alpha/asmpart.S: Replaced __GNU__ with __linux__ for
[cacao.git] / src / vm / jit / alpha / asmpart.S
index 1d240f9cb2fc2b4f353188d8abec140936c74df5..25ceb1da460d34c07988017cc1f80f030117149d 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: asmpart.S 7596 2007-03-28 21:05:53Z twisti $
+   $Id: asmpart.S 7661 2007-04-03 22:29:59Z twisti $
 
 */
 
@@ -851,9 +851,9 @@ asm_cacheflush:
        .end    asm_cacheflush
 
 
-/* Disable exec-stacks, required for Gentoo ***********************************/
+/* disable exec-stacks ********************************************************/
 
-#if defined(__GCC__) && defined(__ELF__)
+#if defined(__linux__) && defined(__ELF__)
        .section .note.GNU-stack,"",@progbits
 #endif