mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn off the libc/quad functions since they are not needed for amd64
and just cause lots of warnings.
This commit is contained in:
parent
3a6052bb2a
commit
58452af3e5
1 changed files with 9 additions and 0 deletions
9
lib/libc/amd64/Makefile.inc
Normal file
9
lib/libc/amd64/Makefile.inc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# Machine dependent definitions for the amd64 architecture.
|
||||
#
|
||||
|
||||
#
|
||||
# AMD64 is 64-bit, so it doesn't need quad functions:
|
||||
#
|
||||
NO_QUAD=1
|
||||
Loading…
Reference in a new issue