aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/BearSSL/conf/Unix32.mk
blob: 0d3bed8808b5c157bf21cd0d8dbe2371a2d403a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Example configuration file for compiling on a Unix-like system with
# GCC, targeting a 32-bit output. Moreover, it enables the "LOMUL" setting
# to make the code select the "small" integer implementations (i15, m15,
# ctmul32...), which is not necessarily a good idea for performance, but
# handy for tests.

include conf/Unix.mk

BUILD = build32
CFLAGS = -W -Wall -Os -fPIC -m32 -DBR_LOMUL
LDFLAGS = -m32
LDDLLFLAGS = -shared -m32