Support i386

This commit is contained in:
Alex
2023-03-29 03:02:29 +03:00
parent 0c10aac7df
commit fc97b09d6e
11 changed files with 30 additions and 30 deletions

View File

@ -65,7 +65,7 @@
"a32",
"DEBUG=\"1\""
],
"compilerPath": "${workspaceFolder}/../tools/cross/bin/i686-elf-gcc",
"compilerPath": "${workspaceFolder}/../tools/cross/bin/i386-elf-gcc",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "gcc-x86",
@ -75,7 +75,7 @@
"-fPIC",
"-fPIE",
"-pie",
"-march=i686",
"-march=i386",
"-pipe",
"-ffunction-sections",
"-fno-builtin",