Commit acbecb7
committed
remove asm.S and neon.S from _SOURCES
This results in asm.S and neon.S getting assembled into object files and linked.
While for asm.S, this doesn't cause any problems, neon.S never ends up including
a .note.GNU-stack section resulting in the final library being marked as
requiring executable stack.
These files just define macros used by cpudetect.S and hevcdsp_qpel_neon.S so
them getting assembled and linked individually doesn't seem intended.1 parent 578d76e commit acbecb7
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments