efi: Don't skip TargetBootLibgcc, we need it for 32-bit fp math
Change-Id: I23db3cbb57fea1f9346db9477f72bcc164794926 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2282 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
parent
0e7d1f13e0
commit
1d08d3993e
@ -125,7 +125,6 @@ rule BootLd
|
|||||||
|
|
||||||
# Remove any preset LINKLIBS, but link against libgcc.a. Linking against
|
# Remove any preset LINKLIBS, but link against libgcc.a. Linking against
|
||||||
# libsupc++ is opt-out.
|
# libsupc++ is opt-out.
|
||||||
if $(TARGET_BOOT_PLATFORM) != efi {
|
|
||||||
local libs ;
|
local libs ;
|
||||||
if ! [ on $(1) return $(HAIKU_NO_LIBSUPC++) ] {
|
if ! [ on $(1) return $(HAIKU_NO_LIBSUPC++) ] {
|
||||||
libs += [ TargetBootLibsupc++ true ] ;
|
libs += [ TargetBootLibsupc++ true ] ;
|
||||||
@ -133,7 +132,6 @@ rule BootLd
|
|||||||
}
|
}
|
||||||
LINKLIBS on $(1) = $(libs) [ TargetBootLibgcc true ] ;
|
LINKLIBS on $(1) = $(libs) [ TargetBootLibgcc true ] ;
|
||||||
Depends $(1) : [ TargetBootLibgcc ] ;
|
Depends $(1) : [ TargetBootLibgcc ] ;
|
||||||
}
|
|
||||||
|
|
||||||
# TODO: Do we really want to invoke SetupBoot here? The objects should
|
# TODO: Do we really want to invoke SetupBoot here? The objects should
|
||||||
# have been compiled with BootObjects anyway, so we're doing that twice.
|
# have been compiled with BootObjects anyway, so we're doing that twice.
|
||||||
|
Loading…
Reference in New Issue
Block a user