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?
|
||||
|
||||
CFLAGS = -g -O -Wno-return-type
|
||||
CFLAGS = -g -Og -Wno-return-type
|
||||
LDFLAGS =
|
||||
|
||||
# Various commands.
|
||||
|
|
|
@ -18,6 +18,7 @@ vars.plats = {
|
|||
"pdpv7",
|
||||
}
|
||||
vars.plats_with_tests = {
|
||||
"linux68k",
|
||||
"linux386",
|
||||
"linuxppc",
|
||||
--"qemuppc",
|
||||
|
|
Loading…
Reference in a new issue