gcc34 should say it uses propolice

看板DFBSD_submit作者時間21年前 (2004/07/26 04:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
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,
文章代碼(AID): #11116400 (DFBSD_submit)
文章代碼(AID): #11116400 (DFBSD_submit)