]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - StdLib/LibC/Softfloat/Softfloat.inf
StdLib/LibC: avoid LTO code for compiler intrinsics
[mirror_edk2.git] / StdLib / LibC / Softfloat / Softfloat.inf
... / ...
CommitLineData
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 AARCH64\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.AARCH64]\r
47 bits64/softfloat.c\r
48 eqtf2.c\r
49 getf2.c\r
50 gttf2.c\r
51 letf2.c\r
52 lttf2.c\r
53 netf2.c\r
54\r
55[Sources]\r
56 fpgetround.c\r
57 fpsetround.c\r
58 fpgetmask.c\r
59 fpsetmask.c\r
60 fpgetsticky.c\r
61 fpsetsticky.c\r
62\r
63[Packages]\r
64 StdLib/StdLib.dec\r
65 StdLibPrivateInternalFiles/DoNotUse.dec\r
66 MdePkg/MdePkg.dec\r
67\r
68################################################################\r
69# The Build Options, below, are only used when building the C library.\r
70# DO NOT use them when building your application!\r
71# Nasty things could happen if you do.\r
72\r
73[BuildOptions]\r
74 GCC:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC -Wno-enum-compare -fno-tree-vrp -fno-lto\r