Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1677 - gentoo-syntax
Date: Wed, 28 Dec 2011 19:49:35
Message-Id: 20111228194918.C59E22004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-28 19:49:18 +0000 (Wed, 28 Dec 2011)
3 New Revision: 1677
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-toolchain-funcs) Add tc-getBUILD_PROG(), tc-getBUILD_CPP(), tc-getBUILD_CXX() functions
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-12-28 19:33:59 UTC (rev 1676)
15 +++ gentoo-syntax/ChangeLog 2011-12-28 19:49:18 UTC (rev 1677)
16 @@ -4,6 +4,8 @@
17 systemd_dotmpfilesd() and systemd_newunit() functions
18 (ebuild-mode-keywords-check_reqs): Add check_reqs.eclass
19 (ebuild-mode-keywords-office-ext): Add office_ext.eclass
20 + (ebuild-mode-keywords-toolchain-funcs): Add tc-getBUILD_PROG(),
21 + tc-getBUILD_CPP(), tc-getBUILD_CXX() functions
22
23 2011-12-23 Ulrich Mueller <ulm@g.o>
24
25
26 Modified: gentoo-syntax/ebuild-mode-keywords.el
27 ===================================================================
28 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 19:33:59 UTC (rev 1676)
29 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 19:49:18 UTC (rev 1677)
30 @@ -150,10 +150,10 @@
31 font-lock-type-face))
32
33 (defvar ebuild-mode-keywords-toolchain-funcs
34 - '(("tc-getPROG" "tc-getAR" "tc-getAS" "tc-getCC" "tc-getCPP" "tc-getCXX"
35 + '(("tc-getPROG" "tc-getBUILD_PROG" "tc-getAR" "tc-getAS" "tc-getCC" "tc-getCPP" "tc-getCXX"
36 "tc-getLD" "tc-getSTRIP" "tc-getNM" "tc-getRANLIB" "tc-getF77"
37 - "tc-getF90" "tc-getFORTRAN" "tc-getGCJ" "tc-getBUILD_CC"
38 - "tc-getRC" "tc-getDLLWRAP" "tc-getPKG_CONFIG" "tc-export"
39 + "tc-getF90" "tc-getFORTRAN" "tc-getGCJ" "tc-getBUILD_CC" "tc-getBUILD_CPP"
40 + "tc-getBUILD_CXX" "tc-getRC" "tc-getDLLWRAP" "tc-getPKG_CONFIG" "tc-export"
41 "tc-is-cross-compiler" "tc-ninja_magic_to_arch" "tc-has-tls"
42 "tc-is-hardfloat" "tc-arch-kernel" "tc-arch" "tc-endian"
43 "gcc-fullversion" "gcc-version" "gcc-major-version" "gcc-minor-version"