mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
DynamicLoader: Remove i686 support
This commit is contained in:
parent
92da98822a
commit
2f7443c900
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/2f7443c900 Pull-request: https://github.com/SerenityOS/serenity/pull/15467 Issue: https://github.com/SerenityOS/serenity/issues/15444 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/fuel-pcbox
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ file(GLOB LIBC_SOURCES1 "../Libraries/LibC/*.cpp")
|
|||
file(GLOB LIBC_SOURCES2 "../Libraries/LibC/*/*.cpp")
|
||||
|
||||
set(ARCH_FOLDER "${SERENITY_ARCH}")
|
||||
if (SERENITY_ARCH STREQUAL "i686")
|
||||
set(ARCH_FOLDER "i386")
|
||||
endif()
|
||||
|
||||
file(GLOB LIBC_SOURCES3 "../Libraries/LibC/arch/${ARCH_FOLDER}/*.S")
|
||||
set(ELF_SOURCES ${ELF_SOURCES} "../Libraries/LibELF/Arch/${ARCH_FOLDER}/entry.S" "../Libraries/LibELF/Arch/${ARCH_FOLDER}/plt_trampoline.S")
|
||||
|
|
Loading…
Reference in a new issue