Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1546 - gentoo-syntax
Date: Thu, 22 Apr 2010 21:33:28
Message-Id: 20100422213324.0B7822C04B@corvid.gentoo.org
1 Author: fauli
2 Date: 2010-04-22 21:33:23 +0000 (Thu, 22 Apr 2010)
3 New Revision: 1546
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-is-hardfloat()
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2010-04-20 07:05:41 UTC (rev 1545)
15 +++ gentoo-syntax/ChangeLog 2010-04-22 21:33:23 UTC (rev 1546)
16 @@ -1,3 +1,8 @@
17 +2010-04-22 Christian Faulhammer <fauli@g.o>
18 +
19 + * ebuild-mode-keywords.el (ebuild-mode-keywords-toolchain-funcs):
20 + Add tc-is-hardfloat()
21 +
22 2010-04-20 Christian Faulhammer <fauli@g.o>
23
24 * ebuild-mode-keywords.el (ebuild-mode-keywords-font): Add fonts.eclass
25
26 Modified: gentoo-syntax/ebuild-mode-keywords.el
27 ===================================================================
28 --- gentoo-syntax/ebuild-mode-keywords.el 2010-04-20 07:05:41 UTC (rev 1545)
29 +++ gentoo-syntax/ebuild-mode-keywords.el 2010-04-22 21:33:23 UTC (rev 1546)
30 @@ -119,7 +119,7 @@
31 "tc-getLD" "tc-getSTRIP" "tc-getNM" "tc-getRANLIB" "tc-getF77"
32 "tc-getF90" "tc-getFORTRAN" "tc-getGCJ" "tc-getBUILD_CC"
33 "tc-getRC" "tc-getDLLWRAP" "tc-getPKG_CONFIG" "tc-export"
34 - "tc-is-cross-compiler" "tc-ninja_magic_to_arch" "tc-has-tls"
35 + "tc-is-cross-compiler" "tc-ninja_magic_to_arch" "tc-has-tls" "tc-is-hardfloat"
36 "tc-arch-kernel" "tc-arch" "tc-endian" "gcc-fullversion" "gcc-version"
37 "gcc-major-version" "gcc-minor-version" "gcc-micro-version")
38 font-lock-type-face))