1234567891011121314151617 |
- #
- # i486: Intel 486 optimized for Intel 686+ processors.
- #
- kernel_arch=x86
- libc_arch=i386
- libSuffix=32
- multilib_options="--with-multilib-list=m32"
- gcc_options="--with-arch=i486 --with-tune=i686 --enable-cld"
- target=i486-${VENDOR}linux-musl
- # Define architecture for the package manager
- package_arch=i486
|