[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
- [lmi-commits] [lmi] odd/multiarch updated (b2c1994 -> 11efcd0), Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch f6dd4d2 04/16: Record, in a comment, an idea for a "DO" variable, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 84ef873 02/16: Document some architecture-selection alternatives, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 97b368a 03/16: Document that "$("this is a quoted string")", Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 6535919 05/16: Broaden the scope of the 'clobber' target, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch a70b3bc 10/16: Let 'set_arch.sh' set $PERFORM, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 60db190 01/16: Restore whitespace concinnity, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch daee5d2 06/16: Remove commentary that is no longer useful, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 354d7ce 07/16: Remove redundant extra 'gcc' in wx 'vendor' string,
Greg Chicares <=
- [lmi-commits] [lmi] odd/multiarch 3b7638d 12/16: Add a more radical alternative to 'clobber', Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 923023d 09/16: Use 'set_arch.sh' instead of commented-out blocks of code, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 943d5b8 14/16: Install surrogates for proprietary graphics, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 341f8c5 08/16: Move a documentation stanza, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 70cf4ce 13/16: Insert $LMI_HOST into old '/opt/lmi/bin', Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch d435a94 15/16: Work around a boost problem with gcc-8.x, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 11efcd0 16/16: Rewrite command assuming '/opt/lmi/bin/' no longer exists, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch ec73fc6 11/16: Explicitly set $PERFORM even if it should be empty, Greg Chicares, 2019/04/10