lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/multiarch 354d7ce 07/16: Remove redundant extra


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 354d7ce 07/16: Remove redundant extra 'gcc' in wx 'vendor' string
Date: Wed, 10 Apr 2019 22:15:08 -0400 (EDT)

branch: odd/multiarch
commit 354d7ced51d19565ef1ec8c0d61aa4d2fa4b0d4f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove redundant extra 'gcc' in wx 'vendor' string
    
    'wxmsw312u_gcc_gcc-7.3-win32-f741...' is the resulting dll name in the
    production branch.
---
 install_wx.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/install_wx.sh b/install_wx.sh
index ab69a2d..559a68e 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -89,10 +89,8 @@ esac
 
 # Construct a vendor string for this build using the compiler name and version
 # and the unique commit SHA-1.
-#
-# Does $vendor have two separate "-gcc" literals where one would suffice?
 gcc_version=$(${mingw_bin_dir}${host_type}-gcc -dumpversion|tr -d '\r')
-vendor="$host_type"-gcc-$gcc_version-$wx_commit_sha
+vendor="$host_type"-$gcc_version-$wx_commit_sha
 
 # Configuration reference:
 #   http://lists.nongnu.org/archive/html/lmi/2007-11/msg00001.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]