mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'fix_i686' into 'master'
Fix comment syntax in makefile See merge request redox-os/redox!1668
This commit is contained in:
commit
2d92c014fa
@ -116,7 +116,8 @@ ifeq ($(ARCH),riscv64gc)
|
||||
export TARGET=riscv64gc-unknown-redox
|
||||
export GNU_TARGET=riscv64-unknown-redox
|
||||
else ifeq ($(ARCH),i686)
|
||||
export TARGET=i686-unknown-redox # FIXME change to i586 before the next prefix rebuild
|
||||
# FIXME change TARGET to i586 before the next prefix rebuild
|
||||
export TARGET=i686-unknown-redox
|
||||
export GNU_TARGET=i686-unknown-redox
|
||||
else
|
||||
export TARGET=$(ARCH)-unknown-redox
|
||||
|
||||
Loading…
Reference in New Issue
Block a user