author | Mike Kinghan <mikek@symbian.org> |
Wed, 17 Nov 2010 11:02:10 +0000 | |
branch | GCC_SURGE |
changeset 110 | c1bfa2b1009b |
parent 107 | 4a6676d432dd |
permissions | -rwxr-xr-x |
0 | 1 |
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// beagle/beagle_drivers/hal/bld.inf |
|
15 |
// This must be built as ARMv5 because of assumptions in other IBY files |
|
16 |
// |
|
17 |
||
18 |
PRJ_PLATFORMS |
|
19 |
ARMV5 |
|
20 |
||
21 |
PRJ_EXTENSIONS |
|
22 |
start extension base/config |
|
23 |
||
110
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
107
diff
changeset
|
24 |
#ifdef ARMCC |
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
107
diff
changeset
|
25 |
option CONFIG_HCF_FILE config_vfp.hcf |
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
107
diff
changeset
|
26 |
#endif |
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
107
diff
changeset
|
27 |
#ifdef GCCE |
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
107
diff
changeset
|
28 |
option CONFIG_HCF_FILE config_novfp.hcf |
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
107
diff
changeset
|
29 |
#endif |
107
4a6676d432dd
Fix for Bug 3944 - Relative paths are systematically too long in Beagleboard bld.inf and .mmp files
Mike Kinghan <mikek@symbian.org>
parents:
0
diff
changeset
|
30 |
option HALPATH $(EXTENSION_ROOT)/../../../../../../sf/os/kernelhwsrv/halservices |
0 | 31 |
option PREFIX _beagle_ |
32 |
option SOURCE $(EXTENSION_ROOT)/. |
|
33 |
||
34 |
end |
|
35 |
||
36 |
PRJ_MMPFILES |
|
37 |
hal |
|
38 |
||
39 |
||
40 |