| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 56b487bd00289bab4cdc8b67e798a69826b342e8..cb5e1330397b4cc3ffe134ad2e5df1dd134e8a29 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -79,16 +79,15 @@
|
| '-fno-exceptions', '-pedantic' ],
|
| 'ldflags': [ '-pthread', ],
|
| 'conditions': [
|
| - [ 'target_arch=="ia32"', {
|
| - 'cflags': [ '-m32' ],
|
| - 'ldflags': [ '-m32' ],
|
| - }],
|
| [ 'OS=="linux"', {
|
| 'cflags': [ '-ansi' ],
|
| }],
|
| [ 'visibility=="hidden"', {
|
| 'cflags': [ '-fvisibility=hidden' ],
|
| }],
|
| + [ 'component=="shared_library"', {
|
| + 'cflags': [ '-fPIC', ],
|
| + }],
|
| ],
|
| },
|
| }], # 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"'
|
|
|