summaryrefslogtreecommitdiff
path: root/com32/chain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/chain/Makefile')
-rw-r--r--com32/chain/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/com32/chain/Makefile b/com32/chain/Makefile
index 9d398a85..4a1d0835 100644
--- a/com32/chain/Makefile
+++ b/com32/chain/Makefile
@@ -1,7 +1,9 @@
## -----------------------------------------------------------------------
##
-## Copyright 2001-2010 H. Peter Anvin - All Rights Reserved
-## Copyright 2010 Michal Soltys
+## Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
+## Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
+## Copyright 2010 Shao Miller
+## Copyright 2010+ Michal Soltys
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -17,6 +19,7 @@ MAKEDIR = $(topdir)/mk
include $(MAKEDIR)/com32.mk
OBJS = chain.o partiter.o utility.o options.o mangle.o
+CFLAGS += -fno-strict-aliasing
all: chain.c32