mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Configure alpha to disassemble both alpha and i386 opcodes.
This commit is contained in:
parent
fa1457be94
commit
db7662af72
1 changed files with 6 additions and 0 deletions
6
gnu/usr.bin/binutils/libopcodes/Makefile.alpha
Normal file
6
gnu/usr.bin/binutils/libopcodes/Makefile.alpha
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# $Id: Makefile.i386,v 1.1 1998/03/12 02:55:32 jdp Exp $
|
||||
#
|
||||
|
||||
SRCS+= alpha-dis.c alpha-opc.c i386-dis.c
|
||||
CFLAGS+= -DARCH_alpha -DARCH_i386
|
||||
Loading…
Reference in a new issue