summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/as/Makefile')
-rw-r--r--gnu/usr.bin/as/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile
index 0a2ae0a..9b687b9 100644
--- a/gnu/usr.bin/as/Makefile
+++ b/gnu/usr.bin/as/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 6.1 (Berkeley) 3/3/91
-# $Id: Makefile,v 1.10 1993/10/16 22:04:48 pk Exp $
+# $Id: Makefile,v 1.2 1993/11/03 00:50:49 paul Exp $
.include "config/Makefile.$(MACHINE)"
@@ -25,9 +25,10 @@ SRCS+= app.c as.c atof-generic.c bignum-copy.c \
symbols.c version.c write.c xmalloc.c xrealloc.c \
obj-$(gas_objformat).c
CFLAGS+= -I$(.CURDIR) ${ADDINCLUDE} -I$(.CURDIR)/config \
- -DPIC -DOLD_GAS -DSIGTY=void -Derror=as_fatal
+ -DPIC -DOLD_GAS -DSIGTY=void -Derror=as_fatal \
+ -DSUB_SEGMENT_ALIGN=4
#LDADD+= -lgnumalloc
-DPADD+= /usr/lib/libgnumalloc.a
+#DPADD+= /usr/lib/libgnumalloc.a
CONF_HEADERS= targ-cpu.h obj-format.h host.h targ-env.h
OpenPOWER on IntegriCloud