mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
Userland: Remove i686 support
This commit is contained in:
parent
55f17fff36
commit
445b5e1e94
5 changed files with 6 additions and 60 deletions
|
@ -18,9 +18,7 @@
|
|||
|
||||
namespace Web {
|
||||
|
||||
#if ARCH(I386)
|
||||
# define CPU_STRING "x86"
|
||||
#elif ARCH(X86_64)
|
||||
#if ARCH(X86_64)
|
||||
# define CPU_STRING "x86_64"
|
||||
#elif ARCH(AARCH64)
|
||||
# define CPU_STRING "AArch64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue