mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update to Binutils 2.12.0 release.
This commit is contained in:
parent
b70cd7ee68
commit
615836eeac
26 changed files with 82 additions and 78 deletions
|
|
@ -4,8 +4,8 @@
|
|||
# use the normal "Makefile.inc" mechanism, because we need some of these
|
||||
# definitions before the sub-Makefile is processed.
|
||||
|
||||
VERSION= "2.12.0 pre-release snap [FreeBSD] 20020221"
|
||||
VERSION_DATE= 20020221
|
||||
VERSION= "2.12.0 [FreeBSD] 2002-03-20"
|
||||
VERSION_DATE= 20020320
|
||||
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
BINUTIL_ARCH= ${TARGET_ARCH}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= addr2line
|
||||
SRCS= addr2line.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= ar
|
||||
SRCS= ar.c not-ranlib.c
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
|
|||
input-scrub.c listing.c literal.c macro.c messages.c \
|
||||
output-file.c read.c sb.c stabs.c \
|
||||
subsegs.c symbols.c write.c depend.c ehopt.c
|
||||
# DEO: why not used?
|
||||
#SRCS+= itbl-ops.c
|
||||
.if (${TARGET_ARCH} == "alpha")
|
||||
WARNS= 0
|
||||
.else
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@
|
|||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
/* #undef off_t */
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* #undef size_t */
|
||||
|
||||
|
|
@ -146,7 +149,7 @@
|
|||
#define PACKAGE "gas"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.11" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if defaulting to ELF on SCO 5. */
|
||||
/* #undef SCO_ELF */
|
||||
|
|
@ -154,15 +157,15 @@
|
|||
/* Using strict COFF? */
|
||||
/* #undef STRICTCOFF */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Define if default target is PowerPC Solaris. */
|
||||
/* #undef TARGET_SOLARIS_COMMENT */
|
||||
|
||||
/* Define as 1 if big endian. */
|
||||
/* #undef TARGET_BYTES_BIG_ENDIAN */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Default architecture. */
|
||||
/* #undef DEFAULT_ARCH */
|
||||
|
||||
|
|
@ -212,7 +215,7 @@
|
|||
/* #undef USE_EMULATIONS */
|
||||
|
||||
/* Supported emulations. */
|
||||
#define EMULATIONS
|
||||
#define EMULATIONS
|
||||
|
||||
/* Default emulation. */
|
||||
#define DEFAULT_EMULATION ""
|
||||
|
|
@ -224,16 +227,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "alpha-unknown-freebsd5.0"
|
||||
#define TARGET_ALIAS "alpha-obrien-freebsd5.0"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "alpha-unknown-freebsd5.0"
|
||||
#define TARGET_CANONICAL "alpha-obrien-freebsd5.0"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "alpha"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR "obrien"
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "freebsd5.0"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@
|
|||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
/* #undef off_t */
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* #undef size_t */
|
||||
|
||||
|
|
@ -146,7 +149,7 @@
|
|||
#define PACKAGE "gas"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.11" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if defaulting to ELF on SCO 5. */
|
||||
/* #undef SCO_ELF */
|
||||
|
|
@ -154,15 +157,15 @@
|
|||
/* Using strict COFF? */
|
||||
/* #undef STRICTCOFF */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Define if default target is PowerPC Solaris. */
|
||||
/* #undef TARGET_SOLARIS_COMMENT */
|
||||
|
||||
/* Define as 1 if big endian. */
|
||||
/* #undef TARGET_BYTES_BIG_ENDIAN */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Default architecture. */
|
||||
/* #define DEFAULT_ARCH "i386" */
|
||||
|
||||
|
|
@ -224,16 +227,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "i386-unknown-freebsd5.0"
|
||||
#define TARGET_ALIAS "i386-obrien-freebsd5.0"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "i386-unknown-freebsd5.0"
|
||||
#define TARGET_CANONICAL "i386-obrien-freebsd5.0"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "i386"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR "obrien"
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "freebsd5.0"
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
#define PACKAGE "gas"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.11.2" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if defaulting to ELF on SCO 5. */
|
||||
/* #undef SCO_ELF */
|
||||
|
|
@ -157,20 +157,14 @@
|
|||
/* Using strict COFF? */
|
||||
/* #undef STRICTCOFF */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Define if default target is PowerPC Solaris. */
|
||||
/* #undef TARGET_SOLARIS_COMMENT */
|
||||
|
||||
/* Define as 1 if big endian. */
|
||||
/* #undef TARGET_BYTES_BIG_ENDIAN */
|
||||
|
||||
/* Default architecture. */
|
||||
/* #undef DEFAULT_ARCH */
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Default architecture. */
|
||||
/* #undef DEFAULT_ARCH */
|
||||
|
|
@ -221,7 +215,7 @@
|
|||
/* #undef USE_EMULATIONS */
|
||||
|
||||
/* Supported emulations. */
|
||||
#define EMULATIONS
|
||||
#define EMULATIONS
|
||||
|
||||
/* Default emulation. */
|
||||
#define DEFAULT_EMULATION ""
|
||||
|
|
@ -233,16 +227,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "ia64-unknown-freebsd5"
|
||||
#define TARGET_ALIAS "ia64-obrien-freebsd5.0"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "ia64-unknown-freebsd5"
|
||||
#define TARGET_CANONICAL "ia64-obrien-freebsd5.0"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "ia64"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR "obrien"
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "freebsd5.0"
|
||||
|
|
@ -254,13 +248,13 @@
|
|||
#define HAVE_LC_MESSAGES 1
|
||||
|
||||
/* Define to 1 if NLS is requested */
|
||||
/* #undef ENABLE_NLS */
|
||||
/* #define ENABLE_NLS 1 */
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
/* Compiling cross-assembler? */
|
||||
/* #define CROSS_COMPILE 1 */
|
||||
/* #undef CROSS_COMPILE */
|
||||
|
||||
/* assert broken? */
|
||||
/* #undef BROKEN_ASSERT */
|
||||
|
|
|
|||
|
|
@ -149,13 +149,13 @@
|
|||
#define PACKAGE "gas"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "000427" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if defaulting to ELF on SCO 5. */
|
||||
/* #undef SCO_ELF */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
/* Using strict COFF? */
|
||||
/* #undef STRICTCOFF */
|
||||
|
||||
/* Define if default target is PowerPC Solaris. */
|
||||
/* #undef TARGET_SOLARIS_COMMENT */
|
||||
|
|
@ -163,6 +163,9 @@
|
|||
/* Define as 1 if big endian. */
|
||||
/* #undef TARGET_BYTES_BIG_ENDIAN */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Default architecture. */
|
||||
/* #undef DEFAULT_ARCH */
|
||||
|
||||
|
|
@ -212,7 +215,7 @@
|
|||
/* #undef USE_EMULATIONS */
|
||||
|
||||
/* Supported emulations. */
|
||||
#define EMULATIONS
|
||||
#define EMULATIONS
|
||||
|
||||
/* Default emulation. */
|
||||
#define DEFAULT_EMULATION ""
|
||||
|
|
@ -224,16 +227,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "powerpc-unknown-freebsd5.0"
|
||||
#define TARGET_ALIAS "powerpc-obrien-freebsd5.0"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "powerpc-unknown-freebsd5.0"
|
||||
#define TARGET_CANONICAL "powerpc-obrien-freebsd5.0"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "powerpc"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR "obrien"
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "freebsd5.0"
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
#define PACKAGE "gas"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.11" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if defaulting to ELF on SCO 5. */
|
||||
/* #undef SCO_ELF */
|
||||
|
|
@ -157,17 +157,16 @@
|
|||
/* Using strict COFF? */
|
||||
/* #undef STRICTCOFF */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Define if default target is PowerPC Solaris. */
|
||||
/* #undef TARGET_SOLARIS_COMMENT */
|
||||
|
||||
/* Define as 1 if big endian. */
|
||||
/* #undef TARGET_BYTES_BIG_ENDIAN */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Default architecture. */
|
||||
/* #undef DEFAULT_ARCH */
|
||||
#define DEFAULT_ARCH "v9-64"
|
||||
|
||||
/* Using cgen code? */
|
||||
|
|
@ -216,7 +215,7 @@
|
|||
/* #undef USE_EMULATIONS */
|
||||
|
||||
/* Supported emulations. */
|
||||
#define EMULATIONS
|
||||
#define EMULATIONS
|
||||
|
||||
/* Default emulation. */
|
||||
#define DEFAULT_EMULATION ""
|
||||
|
|
@ -228,7 +227,7 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "sparc54-obrien-freebsd5.0"
|
||||
#define TARGET_ALIAS "sparc64-obrien-freebsd5.0"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "sparc64-obrien-freebsd5.0"
|
||||
|
|
|
|||
|
|
@ -28,9 +28,6 @@
|
|||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
/* #undef off_t */
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* #undef size_t */
|
||||
|
||||
|
|
@ -140,7 +137,7 @@
|
|||
#define PACKAGE "ld"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.9.5" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
|||
|
|
@ -52,9 +52,9 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* #define BFD_VERSION 211930000 */
|
||||
/* #define BFD_VERSION_DATE 20020209 */
|
||||
/* #define BFD_VERSION_STRING "2.11.93 20020209" */
|
||||
/* #define BFD_VERSION 212000000 */
|
||||
/* #define BFD_VERSION_DATE 20020309 */
|
||||
/* #define BFD_VERSION_STRING "2.12" */
|
||||
|
||||
/* The word size used by BFD on the host. This may be 64 with a 32
|
||||
bit target if the host is 64 bit, or if other 64 bit targets have
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@
|
|||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
/* #undef off_t */
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* #undef size_t */
|
||||
|
||||
|
|
@ -176,7 +179,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.11" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
|||
|
|
@ -52,9 +52,9 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* #define BFD_VERSION 211930000 */
|
||||
/* #define BFD_VERSION_DATE 20020209 */
|
||||
/* #define BFD_VERSION_STRING "2.11.93 20020209" */
|
||||
/* #define BFD_VERSION 212000000 */
|
||||
/* #define BFD_VERSION_DATE 20020309 */
|
||||
/* #define BFD_VERSION_STRING "2.12" */
|
||||
|
||||
/* The word size used by BFD on the host. This may be 64 with a 32
|
||||
bit target if the host is 64 bit, or if other 64 bit targets have
|
||||
|
|
|
|||
|
|
@ -53,9 +53,9 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* #define BFD_VERSION 211930000 */
|
||||
/* #define BFD_VERSION_DATE 20020127 */
|
||||
/* #define BFD_VERSION_STRING "2.11.93 20020127" */
|
||||
/* #define BFD_VERSION 212000000 */
|
||||
/* #define BFD_VERSION_DATE 20020309 */
|
||||
/* #define BFD_VERSION_STRING "2.12" */
|
||||
|
||||
/* The word size used by BFD on the host. This may be 64 with a 32
|
||||
bit target if the host is 64 bit, or if other 64 bit targets have
|
||||
|
|
|
|||
|
|
@ -53,9 +53,9 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* #define BFD_VERSION 211930000 */
|
||||
/* #define BFD_VERSION_DATE 20020127 */
|
||||
/* #define BFD_VERSION_STRING "2.11.93 20020127" */
|
||||
/* #define BFD_VERSION 212000000 */
|
||||
/* #define BFD_VERSION_DATE 20020309 */
|
||||
/* #define BFD_VERSION_STRING "2.12" */
|
||||
|
||||
/* The word size used by BFD on the host. This may be 64 with a 32
|
||||
bit target if the host is 64 bit, or if other 64 bit targets have
|
||||
|
|
|
|||
|
|
@ -49,9 +49,9 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* #define BFD_VERSION 211930000 */
|
||||
/* #define BFD_VERSION_DATE 20020209 */
|
||||
/* #define BFD_VERSION_STRING "2.11.93 20020209" */
|
||||
/* #define BFD_VERSION 212000000 */
|
||||
/* #define BFD_VERSION_DATE 20020309 */
|
||||
/* #define BFD_VERSION_STRING "2.12" */
|
||||
|
||||
/* The word size used by BFD on the host. This may be 64 with a 32
|
||||
bit target if the host is 64 bit, or if other 64 bit targets have
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
#define PACKAGE "binutils"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.11.93" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
#define PACKAGE "opcodes"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.11.93" */
|
||||
/* #define VERSION "2.12" */
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= nm
|
||||
SRCS= nm.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= objcopy
|
||||
SRCS= objcopy.c not-strip.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= objdump
|
||||
SRCS= objdump.c prdbg.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= ranlib
|
||||
SRCS= ar.o is-ranlib.o
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
# No a.out vs. ELF version so don't install in /usr/libexec/elf
|
||||
BINDIR=/usr/bin
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= size
|
||||
SRCS= size.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= strings
|
||||
SRCS= strings.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
PROG= strip
|
||||
SRCS= objcopy.c is-strip.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue