[cross-gcc] Annotate the gcc version string to distinguish it from the system gcc

David Howells dhowells at fedoraproject.org
Tue Jul 29 19:05:55 UTC 2014


commit b4978164efd1be93fd64f6c47defbb90094f9103
Author: David Howells <dhowells at redhat.com>
Date:   Tue Jul 29 20:00:49 2014 +0100

    Annotate the gcc version string to distinguish it from the system gcc

 cross-gcc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index 280600e..b5a63a0 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -301,7 +301,7 @@ cd %{srcdir}
 
 # Move the version number back
 sed -i -e 's/4\.9\.2/4.9.1/' gcc/BASE-VER
-echo 'Red Hat %{version}-%{cross_gcc_release}' > gcc/DEV-PHASE
+echo 'Red Hat Cross %{version}-%{cross_gcc_release}' > gcc/DEV-PHASE
 
 %if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
 # Default to -gdwarf-4 -fno-debug-types-section rather than -gdwarf-2


More information about the scm-commits mailing list