Commit 6f5ed695 authored by Aurelio Colosimo's avatar Aurelio Colosimo

spec architecture set as default (easier for SPEC development)

parent e8fba2d4
......@@ -49,9 +49,9 @@ else
CFLAGS += -DPPSI_SLAVE
endif
# Include arch code, the default is hosted GNU/Linux stuff
# Include arch code, the default is spec
# we need this -I so <arch/arch.h> can be found
ARCH ?= gnu-linux
ARCH ?= spec
CFLAGS += -Iarch-$(ARCH)/include
include arch-$(ARCH)/Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment