Enable tests for linux68k.
This commit is contained in:
parent
5034ed1c39
commit
a8802c934b
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ BUILDDIR = $(ACK_TEMP_DIR)/ack-build
|
||||||
|
|
||||||
# What build flags do you want to use for native code?
|
# What build flags do you want to use for native code?
|
||||||
|
|
||||||
CFLAGS = -g -O -Wno-return-type
|
CFLAGS = -g -Og -Wno-return-type
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# Various commands.
|
# Various commands.
|
||||||
|
|
|
@ -18,6 +18,7 @@ vars.plats = {
|
||||||
"pdpv7",
|
"pdpv7",
|
||||||
}
|
}
|
||||||
vars.plats_with_tests = {
|
vars.plats_with_tests = {
|
||||||
|
"linux68k",
|
||||||
"linux386",
|
"linux386",
|
||||||
"linuxppc",
|
"linuxppc",
|
||||||
--"qemuppc",
|
--"qemuppc",
|
||||||
|
|
Loading…
Add table
Reference in a new issue