* src/vm/jit/alpha/asmpart.S: Replaced __GNU__ with __linux__ for
[cacao.git] / src / vm / jit / arm / asmpart.S
index 080d7ceb192e00411ec1ec11bc5c7609b8735181..3b7ffe30c3aed55f5b6412306060169f8cf543a1 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 $
 
 */
 
@@ -444,9 +444,9 @@ _crit_end:
        mov   pc, lr
 
 
-/* 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