reverted back

This commit is contained in:
Jack Halford 2018-05-17 16:54:42 +02:00
parent 02d0ddaf02
commit df163a4349
23 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
SHELL := /bin/bash
ARCH := i386
ARCH := x86
OS := bluesnow
TARGET ?= $(ARCH)-$(OS)

View file

@ -1,4 +1,4 @@
// we only support a single architecture at the moment
// we called it i386 but we generally support all 32bit
// we call it x86 but we only support all 32bit
// intel architectures (IA-32) such as i[3456]86
pub mod i386;
pub mod x86;