mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Turn off alloca.S - it cannot possibly work like this since on AMD64, gcc
doesn't use stack frames. It uses offsets relative to %rsp, not %rbp. So we cannot just change %rsp like this. Approved by: re (blanket amd64)
This commit is contained in:
parent
be78acdf64
commit
cf2720dda4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS+= _setjmp.S setjmp.S sigsetjmp.S alloca.S \
|
||||
SRCS+= _setjmp.S setjmp.S sigsetjmp.S \
|
||||
fabs.S modf.S \
|
||||
frexp.c infinity.c isinf.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue