13 lines
319 B
Makefile
13 lines
319 B
Makefile
# Makefile - hhl - /usr/src/world/libffi
|
|
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
|
#
|
|
distname = libffi
|
|
distext = gz
|
|
include world.mk
|
|
|
|
config_opts += --host=$(tgt)
|
|
config_opts += --with-sysroot=$(DESTDIR)
|
|
config_opts += --disable-static
|
|
config_opts += --with-gcc-arch=native
|
|
|
|
include targets.mk
|