about summary refs log tree commit diff
path: root/common.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-05-02 16:24:22 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-05-02 16:24:22 +0000
commit67b7c93971748e23254c2768545c15631fc111b9 (patch)
treec27a89b14a09d01bead559753ae2fad04296e032 /common.mk
parent62f18c5e354db1cd2584a6267ddbd9ac8bff80e4 (diff)
downloadnetpbm-mirror-67b7c93971748e23254c2768545c15631fc111b9.tar.gz
netpbm-mirror-67b7c93971748e23254c2768545c15631fc111b9.tar.xz
netpbm-mirror-67b7c93971748e23254c2768545c15631fc111b9.zip
Fix unaligned memory access on Sparc
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1892 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index b445ea19..4077f2ea 100644
--- a/common.mk
+++ b/common.mk
@@ -144,7 +144,8 @@ IMPORTINC_LIB_UTIL_HEADERS := \
   bitarith.h bitreverse.h filename.h intcode.h floatcode.h io.h \
   matrix.h mallocvar.h \
   nsleep.h nstring.h pm_c_util.h shhopt.h token.h \
-  wordaccess.h wordaccess_64_le.h wordaccess_gcc3_be.h wordaccess_generic.h \
+  wordaccess.h  wordaccess_generic.h wordaccess_64_le.h \
+  wordaccess_be_aligned.h wordaccess_be_unaligned.h \
   wordintclz.h
 
 IMPORTINC_HEADERS := \