freebsd-ports/emulators/ia64sim/files/patch-makefile.unx
Dmitry Marakasov d57bb05fb3 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-01 10:13:45 +00:00

16 lines
512 B
Text

--- makefile.unx.orig 2000-02-13 06:25:47 UTC
+++ makefile.unx
@@ -18,11 +18,11 @@ EXECDIR = execute
OBJDIR = obj
INCDIR = include
CC = gcc
-CFLAGS = -O3 -m486 -fomit-frame-pointer -s -I$(INCDIR)
+CFLAGS += -s -I$(INCDIR)
ASMSRCS= assemble.c bundle.c asmfunc.c jumptbl.c decode.c symbols.c
-EXECSRCS = execute.c utils.c f_unit.c b_unit.c x_unit.c \
+EXECSRCS = elf.c execute.c utils.c f_unit.c b_unit.c x_unit.c \
m_unit.c i_alu.c i_cmp.c i_shft.c globals.c
ASMOBJS = $(ASMSRCS:.c=.o)