Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: third_party/yasm/yasm_compile.gypi

Issue 8348002: OpenBSD support for yasm. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: change my email address Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/yasm/source/config/openbsd/libyasm-stdint.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/yasm_compile.gypi
diff --git a/third_party/yasm/yasm_compile.gypi b/third_party/yasm/yasm_compile.gypi
index 8bae3a6ceddb544097f0068a16b77fb279dba45f..13597a6ed73adbd55aaa63c0e9e3d16726500a2d 100644
--- a/third_party/yasm/yasm_compile.gypi
+++ b/third_party/yasm/yasm_compile.gypi
@@ -36,13 +36,13 @@
}],
# Define yasm_flags that pass into YASM.
- [ 'OS=="linux" and target_arch=="ia32"', {
+ [ 'os_posix==1 and OS!="mac" and target_arch=="ia32"', {
'yasm_flags': [
'-felf32',
'-m', 'x86',
],
}],
- [ 'OS=="linux" and target_arch=="x64"', {
+ [ 'os_posix==1 and OS!="mac" and target_arch=="x64"', {
'yasm_flags': [
'-DPIC',
'-felf64',
« no previous file with comments | « third_party/yasm/source/config/openbsd/libyasm-stdint.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698