summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-12 06:51:48 +0000
committerjb <jb@FreeBSD.org>1998-03-12 06:51:48 +0000
commit50a0cca4ea8c08bf39923c311fc190c379acd0c0 (patch)
treea125373ffced670668de0ebec741f0887db6209e /gnu
parent63bcfddd22a66943c481f8d60a29aea82c211a3e (diff)
downloadFreeBSD-src-50a0cca4ea8c08bf39923c311fc190c379acd0c0.zip
FreeBSD-src-50a0cca4ea8c08bf39923c311fc190c379acd0c0.tar.gz
Add the alpha makefile.
Move tc-i386.c from Makefile to Makefile.i386 'cause alpha doesn't like trying to swallow it. Indigestion, I think.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile6
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.alpha7
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.i3863
3 files changed, 12 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile
index 3974187..10c1911 100644
--- a/gnu/usr.bin/binutils/as/Makefile
+++ b/gnu/usr.bin/binutils/as/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1.1.1 1998/03/01 23:40:59 jdp Exp $
+# $Id: Makefile,v 1.1 1998/03/12 02:54:57 jdp Exp $
#
.include "../Makefile.inc0"
@@ -8,12 +8,12 @@
PROG= as
MAN1= doc/as.1
-SRCS= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
+SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
cond.c ecoff.c expr.c flonum-copy.c flonum-konst.c \
flonum-mult.c frags.c hash.c input-file.c \
input-scrub.c listing.c literal.c macro.c messages.c \
obj-elf.c output-file.c read.c sb.c stabs.c \
- subsegs.c symbols.c tc-i386.c write.c
+ subsegs.c symbols.c write.c
CFLAGS+= -I${SRCDIR}/gas
CFLAGS+= -I${SRCDIR}/gas/config
CFLAGS+= -I${SRCDIR}
diff --git a/gnu/usr.bin/binutils/as/Makefile.alpha b/gnu/usr.bin/binutils/as/Makefile.alpha
new file mode 100644
index 0000000..f322632
--- /dev/null
+++ b/gnu/usr.bin/binutils/as/Makefile.alpha
@@ -0,0 +1,7 @@
+#
+# $Id: Makefile.i386,v 1.1 1998/03/12 02:54:57 jdp Exp $
+#
+
+BINDIR= /usr/bin
+SRCS+= tc-alpha.c
+LDADD+= -L${RELTOP}/libopcodes -lopcodes
diff --git a/gnu/usr.bin/binutils/as/Makefile.i386 b/gnu/usr.bin/binutils/as/Makefile.i386
index a23f656..d5c3774 100644
--- a/gnu/usr.bin/binutils/as/Makefile.i386
+++ b/gnu/usr.bin/binutils/as/Makefile.i386
@@ -1,5 +1,6 @@
#
-# $Id$
+# $Id: Makefile.i386,v 1.1 1998/03/12 02:54:57 jdp Exp $
#
BINDIR= /usr/libexec/elf
+SRCS+= tc-i386.c
OpenPOWER on IntegriCloud