forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git] / gnu / binutils / mmakefile.src
blob949142db92c3d969190fb02b1c2a51ba0ca8cd69
1 # Copyright © 2004-2017, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros-contrib.cfg
6 #MM- contrib-gnu : contrib-gnu-binutils
7 #MM- contrib-gnu-binutils : crosstools development-binutils
8 #MM- development-binutils : workbench-libs-z
10 BINUTILS_VERSION     = $(TARGET_BINUTILS_VER)
12 BINUTILS_EXTRAOPTS := --with-sysroot=/$(AROS_DIR_DEVELOPER)
13 BINUTILS_EXTRAOPTS += --with-build-sysroot=$(AROS_DEVELOPER)
14 BINUTILS_EXTRAOPTS += --libdir=$(AROS_LIB)
16 %fetch_and_build_gnu_development package=binutils version=$(BINUTILS_VERSION) patch=yes \
17     extraoptions=$(BINUTILS_EXTRAOPTS)