DragonFly BSD
DragonFly submit List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

gcc34 should say it uses propolice


From: Andreas Hauser <andy@xxxxxxxxxxxxxxx>
Date: 25 Jul 2004 11:34:40 -0000

Hoi,

imake detects a propolice compiler with "$CC -v".
This patch adds the "propolice" string so it can be detected.
Together with patches to X enabling the openbsd hooks for propolice
this let's you build X without disabling propolice.
Otherwise you'll get unresolved symbols for the stackguard stuff
in the X modules (which are not be compiled with propolice stuff).

Andy

Also at:
http://ftp.fortunaty.net/DragonFly/inofficial/patches/contrib::gcc-3.4::gcc::version.c.patch

Index: contrib/gcc-3.4/gcc/version.c
===================================================================
RCS file: /home/dcvs/src/contrib/gcc-3.4/gcc/version.c,v
retrieving revision 1.1
diff -u -p -r1.1 version.c
--- contrib/gcc-3.4/gcc/version.c	20 Jun 2004 02:14:50 -0000	1.1
+++ contrib/gcc-3.4/gcc/version.c	24 Jul 2004 23:11:46 -0000
@@ -5,7 +5,7 @@
    please modify this string to indicate that, e.g. by putting your
    organization's name in parentheses at the end of the string.  */
 
-const char version_string[] = "3.4.1 20040618 (prerelease)";
+const char version_string[] = "3.4.1 20040618 (propolice, prerelease)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,



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