Ticket #33107: lto-plugin-osx.diff
File lto-plugin-osx.diff, 362 bytes (added by titus@…, 13 years ago) |
---|
-
lto-plugin/lto-plugin.c
68 68 # define O_BINARY 0 69 69 #endif 70 70 71 #ifdef __APPLE__ 72 char * environ[] = {NULL}; 73 #endif 74 71 75 /* Segment name for LTO sections. This is only used for Mach-O. 72 76 FIXME: This needs to be kept in sync with darwin.c. */ 73 77