diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-08-11 23:18:37 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-08-11 23:18:37 +0000 |
| commit | 6d939197953f140cfdf1b696bbc44e976fc3bd13 (patch) | |
| tree | 118b0d29874039ab6e99f2d157dfe6d8d96a7fb6 | |
| parent | babff34a27d331a154640e9ff59c0204210f9ca0 (diff) | |
Notes
| -rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index be8517d68348..f895b0d01299 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -18,6 +18,10 @@ CFLAGS+= -Wall .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -mno-fp-regs .endif +.if ${MACHINE_ARCH} == "i386" +CFLAGS+= -mpreferred-stack-boundary=2 +.endif + # standalone components and stuff we have modified locally SRCS+= __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \ |
