Skip to content

Commit

Permalink
TritonDataCenter#25: fix ia32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdjules authored and Dave Pacheco committed Sep 4, 2015
1 parent b8e00b7 commit 5af967f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

## Unreleased changes

* #25 fix ia32 build

* #20 want ::jsfunctions -l

## v0.11.1 (2015-08-20)
Expand Down
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ include Makefile.arch.defs
$(MDBV8_TARGETS_amd64): CFLAGS += -m64
$(MDBV8_TARGETS_amd64): SOFLAGS += -m64

$(MDBV8_TARGETS_ia32): CFLAGS += -m32
$(MDBV8_TARGETS_ia32): SOFLAGS += -m32

#
# DEFINITIONS USED AS RECIPES
#
Expand Down

0 comments on commit 5af967f

Please sign in to comment.