Removing nonexistent gri .i file from Makefile. Got a bit carried away with the copy...
[debian/gnuradio] / gnuradio-core / src / lib / filter / cpuid_x86_64.S
index 658bbb2dbe1aa3e3d59c3f50a9b582ac29327ced..32b1847cd25b55c4d1ab526c4af2eaf9114c9154 100644 (file)
@@ -5,7 +5,7 @@
 # 
 # GNU Radio is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 # 
 # GNU Radio is distributed in the hope that it will be useful,
@@ -48,3 +48,7 @@ GLOB_SYMB(cpuid_x86):
 FUNC_TAIL(cpuid_x86)
        .ident  "Hand coded cpuid64 assembly"
        
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif