diff options
| author | Paul Richards <paul@FreeBSD.org> | 1994-06-11 16:20:07 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1994-06-11 16:20:07 +0000 |
| commit | d9a0f8b58d1a0006711bcf9fda56a7fd2c50bebc (patch) | |
| tree | 2644e219c94e878adce8907eb1ff6d72ac4673ad /gnu | |
| parent | 8e2c96f28637d49605eb7715edcd2fbf6f801ae0 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/bfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/bfd/Makefile b/gnu/usr.bin/gdb/bfd/Makefile index 6e0e28dfa7f5..ea29afed0d86 100644 --- a/gnu/usr.bin/gdb/bfd/Makefile +++ b/gnu/usr.bin/gdb/bfd/Makefile @@ -6,7 +6,7 @@ SRCS = archive.c archures.c bfd.c cache.c coffgen.c core.c ctor.c \ CFLAGS+= -I$(.CURDIR)/. -I$(.CURDIR)/../gdb/. CFLAGS+= -DDEFAULT_VECTOR=freebsd386_vec -DSELECT_VECS='&freebsd386_vec' \ - -DSELECT_ARCHITECTURES='bfd_i386_arch' + -DSELECT_ARCHITECTURES='bfd_i386_arch' -DTRAD_CORE NOPROFILE=no NOPIC=no |
