diff options
Diffstat (limited to 'src/bfd.mk')
-rw-r--r-- | src/bfd.mk | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# Binary File Descriptor library PKG := bfd $(PKG)_IGNORE = $(binutils_IGNORE) -$(PKG)_VERSION = $(binutils_VERSION) $(PKG)_CHECKSUM = $(binutils_CHECKSUM) $(PKG)_SUBDIR = $(binutils_SUBDIR) $(PKG)_FILE = $(binutils_FILE) -$(PKG)_WEBSITE = $(binutils_WEBSITE) $(PKG)_URL = $(binutils_URL) $(PKG)_URL_2 = $(binutils_URL2) $(PKG)_DEPS := gcc |