mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
20 lines
779 B
Python
20 lines
779 B
Python
--- common.gypi.orig 2023-09-18 05:18:10 UTC
|
|
+++ common.gypi
|
|
@@ -426,7 +426,7 @@
|
|
'ldflags': [ '-m32' ],
|
|
}],
|
|
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
|
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
|
+ 'cflags': [ '-m64' ],
|
|
'ldflags': [ '-m64' ],
|
|
}],
|
|
[ 'host_arch=="s390x" and OS=="linux"', {
|
|
@@ -450,7 +450,7 @@
|
|
'ldflags': [ '-m32' ],
|
|
}],
|
|
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
|
|
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
|
+ 'cflags': [ '-m64' ],
|
|
'ldflags': [ '-m64' ],
|
|
}],
|
|
[ 'target_arch=="s390x" and OS=="linux"', {
|