Skip to content
Snippets Groups Projects
Commit 612e54ae authored by wlott's avatar wlott
Browse files

Use hppa-assem.s instead of hppa-assem.S.

parent 229460c0
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,12 @@ NM = hpux-nm ...@@ -6,11 +6,12 @@ NM = hpux-nm
CFLAGS = -O CFLAGS = -O
ASFLAGS = -O -DNEW_FORMAT ASFLAGS = -O -DNEW_FORMAT
UNDEFSYMPATTERN=-u & UNDEFSYMPATTERN=-u &
ASSEM_SRC = hppa-assem.S ASSEM_SRC = hppa-assem.s
ARCH_SRC = hppa-arch.c ARCH_SRC = hppa-arch.c
OS_SRC = hpux-os.c OS_SRC = hpux-os.c
OS_LINK_FLAGS= -Wl,-a,archive OS_LINK_FLAGS= -Wl,-a,archive
OS_LIBS= -lBSD OS_LIBS= -lBSD
%.o: %.S %.o: %.s
$(PREPROCESS.S) $< | as -o $@ cc -Dparisc -c $< -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