all: rename i386 to x86
Closes #4663 not sure what's wrong with Drone CI. that may be a cache issue
The CI failure should be fixed by running tools/update_glibc.zig.
running zig run tools/update_glibc.zig -- lib/libc/glibc/ . didn't change anything
//! This script updates the .c, .h, .s, and .S files that make up the start //! files such as crt1.o. Not to be confused with //! https://github.com/ziglang/glibc-abi-tool/ which updates the `abilists` //! file.
My bad.
still failing but i think it's easy to fix. will try tomorrow EDIT: sorry didn't read this section
Not to be confused with https://github.com/ziglang/glibc-abi-tool/ which updates the `abilists` file.
hmm new error is so weird. addIncludePath("test") is there and zig(2|3) translate-c test/behavior/translate_c_macros.h successed
hmm new error is so weird.
addIncludePath("test")is there andzig(2|3) translate-c test/behavior/translate_c_macros.hsuccessed
The issue was that it was looking for the wrong include directory which can be fixed by renaming it, but doing so makes me question the correctness of the abilist change.
CI is green! let's merge this faster because it get conflicts everyday