403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/devel/py-pyinstaller/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/devel/py-pyinstaller/files/patch-bootloader_wscript
--- bootloader/wscript.orig	2018-09-22 05:02:42 UTC
+++ bootloader/wscript
@@ -361,7 +361,7 @@ def set_arch_flags(ctx):
         # or vice versa or with manually choosen --target-arch.
         # Option -m32/-m64 has to be passed to cflags and linkflages.
         elif ctx.env.PYI_ARCH == '32bit':
-            if machine() in ('arm', 'aarch') and ctx.env.DEST_OS == 'linux':
+            if ctx.env.CC_NAME == "gcc":
                 # It was reported that flag '-m32' does not work with gcc
                 # on 32-bit arm Linux. So skip the -m32 flag.
                 pass
@@ -377,7 +377,7 @@ def set_arch_flags(ctx):
             if ctx.env.DEST_OS == 'win32':
                 ctx.env.append_value('LINKFLAGS', '-Wl,--large-address-aware')
         elif ctx.env.PYI_ARCH == '64bit':
-            if machine() in ('arm', 'aarch') and ctx.env.DEST_OS == 'linux':
+            if ctx.env.CC_NAME == 'gcc':
                 # flag '-m64' does not work with gcc on 64-bit arm/aarch Linux.
                 pass
             else:

Youez - 2016 - github.com/yon3zu
LinuXploit