mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a missing underscore.
This commit is contained in:
parent
aa2526259b
commit
af1fdf0dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@
|
|||
|
||||
/* Define if your PowerPC64 linker only needs function descriptor syms. */
|
||||
#ifndef USED_FOR_TARGET
|
||||
# ifdef __powerpc64_
|
||||
# ifdef __powerpc64__
|
||||
# define HAVE_LD_NO_DOT_SYMS 1
|
||||
# endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue