mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-10 10:11:26 +00:00
Make default object file format choosable from Makefile.
This commit is contained in:
3
Makefile
3
Makefile
@@ -4,7 +4,8 @@
|
||||
#
|
||||
|
||||
WARNS ?= -Wall -Wshadow -Wextra -pedantic -Woverflow -Wstrict-overflow
|
||||
CFLAGS ?= -O -ggdb -std=gnu99 $(WARNS)
|
||||
OBJFORMAT = -DDEFAULT_OBJECTFORMAT_RT11=0
|
||||
CFLAGS ?= -O -ggdb -std=gnu99 $(WARNS) $(OBJFORMAT)
|
||||
|
||||
MACRO11_SRCS = macro11.c \
|
||||
assemble.c assemble_globals.c assemble_aux.c \
|
||||
|
||||
Reference in New Issue
Block a user