mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
|
# Can be used unconditionally, wrapped in __powerpc64__ || __64BIT__ __ppc64__.
|
||
|
LIB2ADD += $(srcdir)/config/rs6000/ppc64-fp.c
|
||
|
|
||
|
softfp_wrap_start := '\#ifndef __powerpc64__'
|
||
|
softfp_wrap_end := '\#endif'
|