*** empty log message ***
From-SVN: r9596
This commit is contained in:
parent
cbbbd91755
commit
fa1b14518a
3 changed files with 7 additions and 4 deletions
|
@ -101,10 +101,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* Don't turn -B into -L if the argument specifies a relative file name. */
|
||||
#define RELATIVE_PREFIX_NOT_LINKDIR
|
||||
|
||||
/* 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_SCAN_OBJECTS
|
||||
|
||||
/* Architecture type. */
|
||||
|
||||
extern int target_flags;
|
||||
|
|
|
@ -21,3 +21,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#include "rs6000/xm-rs6000.h"
|
||||
#undef USG
|
||||
#undef COLLECT_EXPORT_LIST
|
||||
|
|
|
@ -52,3 +52,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
/* Big buffers improve performance. */
|
||||
#define IO_BUFFER_SIZE (0x8000 - 4096)
|
||||
|
||||
#ifndef CROSS_COMPILE
|
||||
/* 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
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue