diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-07 18:34:42 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-07 18:34:42 +0000 |
commit | 7a319b2ba0bc99a92dfe02a224db2c9c67626fda (patch) | |
tree | 336bf97a4986400b2440c59057dc42c57fff74dc /usr.bin/pcc/ccom/Makefile.inc | |
parent | 992ae3f64965e9753eec4344ef0f844a47b49626 (diff) |
Merge from ragge's repo:
Add initial support for packed/aligned/rename pragmas.
Still missing: Support for architectures with strict alignment.
TODO: Cleanup the rename stuff so that it's not depending on gcc
compat.
Diffstat (limited to 'usr.bin/pcc/ccom/Makefile.inc')
-rw-r--r-- | usr.bin/pcc/ccom/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/pcc/ccom/Makefile.inc b/usr.bin/pcc/ccom/Makefile.inc index c08dff221d9..f0f0608d934 100644 --- a/usr.bin/pcc/ccom/Makefile.inc +++ b/usr.bin/pcc/ccom/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2007/10/07 17:58:51 otto Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2007/10/07 18:34:41 otto Exp $ # # Makefile for the ccom part of pcc. # @@ -41,5 +41,7 @@ mkext: mkext.c table.c common.c external.h external.c: mkext ./mkext +pftn.o: cgram.c + cleandepend: rm -f .depend ${.CURDIR}/tags cgram.h |