Skip to content
Snippets Groups Projects
Commit 4ec7f41d authored by wlott's avatar wlott
Browse files

Initial revision

parent f01055ce
No related branches found
No related tags found
No related merge requests found
CPPFLAGS = -Dparisc -Dhpux -DMACH \
-I. -I/usr/misc/.X11/include -I/usr/mach/include -Ihacks
LINK.o = /usr/src/mach/bin/cc $(LDFLAGS) $(TARGET_ARCH)
CC = /usr/src/mach/bin/cc
NM = hacks/my-nm
CFLAGS = -g
ASFLAGS = -g
UNDEFSYMPATTERN = &
ASSEM_SRC = hppa-assem.S
ARCH_SRC = hppa-arch.c
OS_SRC = mach-os.c
OS_LINK_FLAGS=
OS_LIBS=-lmach -lthreads
%.o: %.S
$(PREPROCESS.S) $< | as -o $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment