diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2013-08-16 08:16:46 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2013-08-16 08:16:46 +0000 |
commit | 768ec57d2cb4cd23490d041e417dcc7f133d788d (patch) | |
tree | 3219168bed7ff7ee9d5b9296d63deb7de3eab87e /sys/arch/hppa/stand | |
parent | b4c9306497f0aa0cfdb2b9ed944b9c0d468a82a5 (diff) |
divdi3 is needed with big time_t
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r-- | sys/arch/hppa/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile index 5d79cff9f3f..02e1b7ed58e 100644 --- a/sys/arch/hppa/stand/boot/Makefile +++ b/sys/arch/hppa/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2012/08/31 16:13:20 pascal Exp $ +# $OpenBSD: Makefile,v 1.24 2013/08/16 08:16:45 otto Exp $ MAN= boot.8 MANSUBDIR=hppa @@ -15,7 +15,7 @@ SRCS+= bootarg.c boot.c vars.c cmd.c .PATH: ${S}/lib/libkern/arch/hppa ${S}/lib/libkern SRCS+= milli.S ashrdi3.c memcmp.c memcpy.c memset.c moddi3.c muldi3.c \ - qdivrem.c strcmp.c strlcpy.c strlen.c strncmp.c strncpy.c + qdivrem.c strcmp.c strlcpy.c strlen.c strncmp.c strncpy.c divdi3.c LD?= ld LDFLAGS+=-Bstatic -nostartfiles -nostdlib -N -Ttext $(LINKADDR) -nopie |