Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1679 - gentoo-syntax
Date: Thu, 29 Dec 2011 10:54:43
Message-Id: 20111229105433.2A0032004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-29 10:54:32 +0000 (Thu, 29 Dec 2011)
3 New Revision: 1679
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 functions
10 tc-getBUILD_AR(), tc-getBUILD_AS(), tc-getBUILD_LD(),
11 tc-getBUILD_STRIP(), tc-getBUILD_NM(), tc-getBUILD_RANLIB(), tc-getBUILD_OBJCOPY() andtc-getBUILD_PKG_CONFIG()
12
13
14 Modified: gentoo-syntax/ChangeLog
15 ===================================================================
16 --- gentoo-syntax/ChangeLog 2011-12-28 19:53:52 UTC (rev 1678)
17 +++ gentoo-syntax/ChangeLog 2011-12-29 10:54:32 UTC (rev 1679)
18 @@ -1,3 +1,11 @@
19 +2011-12-29 Christian Faulhammer <fauli@g.o>
20 +
21 + * ebuild-mode-keywords.el (ebuild-mode-keywords-toolchain-funcs):
22 + Add functions tc-getBUILD_AR(), tc-getBUILD_AS(),
23 + tc-getBUILD_LD(), tc-getBUILD_STRIP(), tc-getBUILD_NM(),
24 + tc-getBUILD_RANLIB(), tc-getBUILD_OBJCOPY() and
25 + tc-getBUILD_PKG_CONFIG()
26 +
27 2011-12-28 Christian Faulhammer <fauli@g.o>
28
29 * ebuild-mode-keywords.el (ebuild-mode-keywords-systemd): Add
30
31 Modified: gentoo-syntax/ebuild-mode-keywords.el
32 ===================================================================
33 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 19:53:52 UTC (rev 1678)
34 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 10:54:32 UTC (rev 1679)
35 @@ -153,8 +153,10 @@
36 '(("tc-getPROG" "tc-getBUILD_PROG" "tc-getAR" "tc-getAS" "tc-getCC" "tc-getCPP" "tc-getCXX"
37 "tc-getLD" "tc-getSTRIP" "tc-getNM" "tc-getRANLIB" "tc-getF77"
38 "tc-getF90" "tc-getFORTRAN" "tc-getGCJ" "tc-getBUILD_CC" "tc-getBUILD_CPP"
39 - "tc-getBUILD_CXX" "tc-getRC" "tc-getDLLWRAP" "tc-getPKG_CONFIG" "tc-export"
40 - "tc-is-cross-compiler" "tc-ninja_magic_to_arch" "tc-has-tls"
41 + "tc-getBUILD_CXX" "tc-getRC" "tc-getDLLWRAP" "tc-getPKG_CONFIG"
42 + "tc-getBUILD_AR" "tc-getBUILD_AS" "tc-getBUILD_LD" "tc-getBUILD_STRIP"
43 + "tc-getBUILD_NM" "tc-getBUILD_RANLIB" "tc-getBUILD_OBJCOPY" "tc-getBUILD_PKG_CONFIG"
44 + "tc-export" "tc-is-cross-compiler" "tc-ninja_magic_to_arch" "tc-has-tls"
45 "tc-is-hardfloat" "tc-arch-kernel" "tc-arch" "tc-endian"
46 "gcc-fullversion" "gcc-version" "gcc-major-version" "gcc-minor-version"
47 "gcc-micro-version")