mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
19 lines
579 B
Plaintext
19 lines
579 B
Plaintext
$NetBSD: patch-aa,v 1.3 2008/08/04 08:04:30 obache Exp $
|
|
|
|
--- makefile.unx.orig 2000-02-13 06:25:47.000000000 +0000
|
|
+++ makefile.unx
|
|
@@ -18,11 +18,11 @@ EXECDIR = execute
|
|
OBJDIR = obj
|
|
INCDIR = include
|
|
CC = gcc
|
|
-CFLAGS = -O3 -m486 -fomit-frame-pointer -s -I$(INCDIR)
|
|
+CFLAGS += -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)
|