Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
5e0fca86
Commit
5e0fca86
authored
Jan 20, 2013
by
Henrik Gramner
Committed by
Fiona Glaser
Feb 25, 2013
Browse files
Windows: Enable DEP and ASLR
parent
5ec5c789
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
5e0fca86
...
...
@@ -564,6 +564,7 @@ case $host_cpu in
elif
[
"
$SYS
"
=
WINDOWS
-o
"
$SYS
"
=
CYGWIN
]
;
then
ASFLAGS
=
"
$ASFLAGS
-f win32 -DPREFIX"
LDFLAGS
=
"
$LDFLAGS
-Wl,--large-address-aware"
[
$compiler
=
GNU
]
&&
LDFLAGS
=
"
$LDFLAGS
-Wl,--nxcompat -Wl,--dynamicbase"
[
$compiler
=
GNU
]
&&
RCFLAGS
=
"--target=pe-i386
$RCFLAGS
"
else
ASFLAGS
=
"
$ASFLAGS
-f elf"
...
...
@@ -583,6 +584,7 @@ case $host_cpu in
ASFLAGS
=
"
$ASFLAGS
-f win32 -m amd64"
# only the GNU toolchain is inconsistent in prefixing function names with _
[
$compiler
=
GNU
]
&&
cc_check
""
"-S"
&&
grep
-q
"_main:"
conftest
&&
ASFLAGS
=
"
$ASFLAGS
-DPREFIX"
[
$compiler
=
GNU
]
&&
LDFLAGS
=
"
$LDFLAGS
-Wl,--nxcompat -Wl,--dynamicbase"
[
$compiler
=
GNU
]
&&
RCFLAGS
=
"--target=pe-x86-64
$RCFLAGS
"
else
ASFLAGS
=
"
$ASFLAGS
-f elf -m amd64"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment