reverted back
This commit is contained in:
parent
02d0ddaf02
commit
df163a4349
23 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
|
|
||||||
ARCH := i386
|
ARCH := x86
|
||||||
OS := bluesnow
|
OS := bluesnow
|
||||||
TARGET ?= $(ARCH)-$(OS)
|
TARGET ?= $(ARCH)-$(OS)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// we only support a single architecture at the moment
|
// 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
|
// intel architectures (IA-32) such as i[3456]86
|
||||||
pub mod i386;
|
pub mod x86;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue