Skip to content
Snippets Groups Projects
Commit 4e17415d authored by ram's avatar ram
Browse files

Initial revision

parent e3fe869c
No related branches found
No related tags found
No related merge requests found
CPPFLAGS = -Dparisc -I. -I/users/hallgren/lib/gcc-lib/hp720/2.4.0/include \
-I/usr/include -I/usr/include/X11R5
LINK.o = gcc $(LDFLAGS) $(TARGET_ARCH)
CC = gcc
NM = hpux-nm
CFLAGS = -O
ASFLAGS = -O -DNEW_FORMAT
UNDEFSYMPATTERN=-u &
ASSEM_SRC = hppa-assem.S
ARCH_SRC = hppa-arch.c
OS_SRC = hpux-os.c
OS_LINK_FLAGS=
OS_LIBS= -lBSD
%.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