Files
system76-edk2/ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
Laszlo Ersek f7282023e7 ArmPkg/ArmSoftFloatLib: drop build flags specific to GCC46/GCC47
We've removed BaseTools support for GCC44..GCC47. Drop
ArmPkg/ArmSoftFloatLib build flags that are specific to any of those gcc
versions. (See also commit 01627dba09, "ArmPkg/ArmSoftfloatLib: restrict
-fno-tree-vrp option to GCC46 and GCC47", 2015-12-15).

No GCC44..GCC47 references remain under ArmPkg after this patch.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1377
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-01-08 02:39:43 +01:00

53 lines
1.5 KiB
INI

## @file
# ARM Software floating point Library.
#
# Copyright (c) 2014, ARM Ltd. All rights reserved.
# Copyright (c) 2015, Linaro Ltd. All rights reserved.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php.
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = ArmSoftFloatLib
FILE_GUID = a485f921-749e-41a0-9f91-62f09a38721c
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = ArmSoftFloatLib
#
# VALID_ARCHITECTURES = ARM
#
[Sources]
bits32/softfloat.c
Arm/__aeabi_dcmpeq.c
Arm/__aeabi_fcmpeq.c
Arm/__aeabi_dcmpge.c
Arm/__aeabi_fcmpge.c
Arm/__aeabi_dcmpgt.c
Arm/__aeabi_fcmpgt.c
Arm/__aeabi_dcmple.c
Arm/__aeabi_fcmple.c
Arm/__aeabi_dcmplt.c
Arm/__aeabi_fcmplt.c
Arm/__aeabi_dcmpun.c
Arm/__aeabi_fcmpun.c
Arm/__aeabi_cdcmp.asm | RVCT
Arm/__aeabi_cfcmp.asm | RVCT
[Packages]
MdePkg/MdePkg.dec
[BuildOptions]
GCC:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC -Wno-enum-compare -fno-lto
RVCT:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC