]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Softfloat/Softfloat.inf
StdLib/LibC: Provide missing ARM symbols
[mirror_edk2.git] / StdLib / LibC / Softfloat / Softfloat.inf
CommitLineData
3352b62b
N
1## @file\r
2# Standard C library: Software floating point Library.\r
3#\r
4# Copyright (c) 2014, ARM Ltd. All rights reserved.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = LibSoftfloat\r
19 FILE_GUID = e9f4b929-ee33-4b70-8e90-17d283af508c\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = LibSoftfloat\r
23\r
24#\r
25# VALID_ARCHITECTURES = ARM\r
26#\r
27\r
28# Only tested with GCC\r
29# Look at the Makefile.inc file from NetBSD to see how to build\r
30\r
31[Sources.ARM]\r
32 bits32/softfloat.c\r
33 Arm/__aeabi_dcmpeq.c\r
34 Arm/__aeabi_fcmpeq.c\r
35 Arm/__aeabi_dcmpge.c\r
36 Arm/__aeabi_fcmpge.c\r
37 Arm/__aeabi_dcmpgt.c\r
38 Arm/__aeabi_fcmpgt.c\r
39 Arm/__aeabi_dcmple.c\r
40 Arm/__aeabi_fcmple.c\r
41 Arm/__aeabi_dcmplt.c\r
42 Arm/__aeabi_fcmplt.c\r
43 Arm/__aeabi_dcmpun.c\r
44 Arm/__aeabi_fcmpun.c\r
45\r
46[Sources]\r
47 fpgetround.c\r
48 fpsetround.c\r
49 fpgetmask.c\r
50 fpsetmask.c\r
51 fpgetsticky.c\r
52 fpsetsticky.c\r
53\r
54[Packages]\r
55 StdLib/StdLib.dec\r
56 StdLibPrivateInternalFiles/DoNotUse.dec\r
57 MdePkg/MdePkg.dec\r
58\r
59################################################################\r
60# The Build Options, below, are only used when building the C library.\r
61# DO NOT use them when building your application!\r
62# Nasty things could happen if you do.\r
63\r
64[BuildOptions]\r
65 GCC:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC -Wno-enum-compare -fno-tree-vrp\r