mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't build csu or libgcc on sparc64 for the time being.
This commit is contained in:
parent
8c7911ebe2
commit
7855d28a28
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
SUBDIR= libdialog libregex libreadline
|
||||
.else
|
||||
SUBDIR= csu libdialog libgcc libregex libreadline
|
||||
.endif
|
||||
|
||||
.if ${OBJFORMAT} == aout
|
||||
.if !defined(NOLIBC_R)
|
||||
|
|
|
|||
Loading…
Reference in a new issue