mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +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'
|