479c62a87f
./arch/mips/libmips.a(decoder.o): In function `decode': arch/mips/common/decoder.c:1105: undefined reference to `sign_extend_UInt32' ./arch/mips/libmips.a(decoder.o): In function `decode': arch/mips/common/decoder.c:240: undefined reference to `divide_UInt32' arch/mips/common/decoder.c:231: undefined reference to `divide_Int32' arch/mips/common/decoder.c:64: undefined reference to `sign_extend_UInt32' collect2: error: ld returned 1 exit status PR: 216707 Reported by: antoine (via exp-run)
24 lines
504 B
Makefile
24 lines
504 B
Makefile
# Created by: Ruan Wei (iamayan@gmail.com)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= skyeye
|
|
PORTVERSION= 1.2.5
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= _REL
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Environment simulates typical ARM-base embedded computer systems
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_CSTD= gnu89
|
|
USE_BINUTILS= yes
|
|
USE_GCC= any
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_func_working_mktime=yes
|
|
|
|
PLIST_FILES= bin/skyeye
|
|
|
|
.include <bsd.port.mk>
|