Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
75340193
Commit
75340193
authored
Nov 07, 2011
by
Rafaël Carré
Browse files
win64: use -f x64 in asflags instead of -f win64
Change-Id: Id1be1a91c7f0fd286c403489ff447837029ba17f
parent
f89ea343
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
75340193
...
...
@@ -901,8 +901,12 @@ process_common_toolchain() {
[
"
${
AS
##*/
}
"
=
nasm
]
&&
add_asflags
-Ox
AS_SFX
=
.asm
case
${
tgt_os
}
in
win
*
)
add_asflags
-f
win
${
bits
}
win32
)
add_asflags
-f
win32
enabled debug
&&
add_asflags
-g
cv8
;;
win64
)
add_asflags
-f
x64
enabled debug
&&
add_asflags
-g
cv8
;;
linux
*
|
solaris
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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