mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
Now use a.out-sunos rather than a.out-generic
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
This file is part of GLD, the Gnu Linker.
|
This file is part of GLD, the Gnu Linker.
|
||||||
|
|
||||||
GLD is free software; you can redistribute it and/or modify
|
GLD is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU Genexral Public License as published by
|
||||||
the Free Software Foundation; either version 1, or (at your option)
|
the Free Software Foundation; either version 1, or (at your option)
|
||||||
any later version.
|
any later version.
|
||||||
|
|
||||||
@ -39,11 +39,11 @@
|
|||||||
/* Look in this variable for a target format */
|
/* Look in this variable for a target format */
|
||||||
#define TARGET_ENVIRON "GNUTARGET"
|
#define TARGET_ENVIRON "GNUTARGET"
|
||||||
/* If not there then choose this */
|
/* If not there then choose this */
|
||||||
#define GLD_TARGET "a.out-generic-big"
|
#define GLD_TARGET "a.out-sunos-big"
|
||||||
#define GLD68K_TARGET "a.out-generic-big"
|
#define GLD68K_TARGET "a.out-sunos-big"
|
||||||
#define LNK960_TARGET "coff-Intel-big"
|
#define LNK960_TARGET "coff-Intel-big"
|
||||||
#define GLD960_TARGET "b.out.big"
|
#define GLD960_TARGET "b.out.big"
|
||||||
#define VANILLA_TARGET "a.out-generic-big"
|
#define VANILLA_TARGET "a.out-sunos-big"
|
||||||
#define GLDM88KBCS_TARGET "m88kbcs"
|
#define GLDM88KBCS_TARGET "m88kbcs"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
SCRIPT
|
|
||||||
SEARCH_DIR(/lib)
|
SEARCH_DIR(/lib)
|
||||||
SEARCH_DIR(/usr/lib)
|
SEARCH_DIR(/usr/lib)
|
||||||
SEARCH_DIR(/usr/local/lib)
|
SEARCH_DIR(/usr/local/lib)
|
||||||
@ -28,4 +28,4 @@ SECTIONS
|
|||||||
[COMMON]
|
[COMMON]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ENDSCRIPT
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
OUTPUT_ARCH(sparc)
|
OUTPUT_ARCH(sparc)
|
||||||
OUTPUT_FORMAT("a.out-generic-big")
|
OUTPUT_FORMAT("a.out-sunos-big")
|
||||||
SEARCH_DIR(/lib)
|
SEARCH_DIR(/lib)
|
||||||
SEARCH_DIR(/usr/lib)
|
SEARCH_DIR(/usr/lib)
|
||||||
SEARCH_DIR(/usr/local/lib)
|
SEARCH_DIR(/usr/local/lib)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
OUTPUT_FORMAT("a.out-generic-big")
|
OUTPUT_FORMAT("a.out-sunos-big")
|
||||||
OUTPUT_ARCH(m68k)
|
OUTPUT_ARCH(m68k)
|
||||||
|
|
||||||
SEARCH_DIR(/lib)
|
SEARCH_DIR(/lib)
|
||||||
|
Reference in New Issue
Block a user