mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
ppc: yes, we need GCC's COLLECT_EXPORT_LIST hack. Constructors/Destructors and exceptions now work.
This commit is contained in:
parent
64e7a15755
commit
8bd1a20557
@ -192,11 +192,11 @@
|
||||
#undef PTRDIFF_TYPE
|
||||
#define PTRDIFF_TYPE "long int"
|
||||
|
||||
#if 0
|
||||
/* The AIX linker will discard static constructors in object files before
|
||||
collect has a chance to see them, so scan the object files directly. */
|
||||
#define COLLECT_EXPORT_LIST
|
||||
|
||||
#if 0
|
||||
/* On AIX, initialisers specified with -binitfini are called in breadth-first
|
||||
order.
|
||||
e.g. if a.out depends on lib1.so, the init function for a.out is called before
|
||||
|
Loading…
Reference in New Issue
Block a user