Subversion Repositories QNX 8.QNX8 GNU binutils

Rev

Rev 7 | Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 204... Line 204...
204
# RATIONALE: insert aarch64 QNX particularities for the GNU linker
204
# RATIONALE: insert aarch64 QNX particularities for the GNU linker
205
backup_and_replace "ld/emulparams/aarch64nto.sh" "${CURRENT_DIR}/ld.emulparams.aarch64nto.sh"
205
backup_and_replace "ld/emulparams/aarch64nto.sh" "${CURRENT_DIR}/ld.emulparams.aarch64nto.sh"
206
 
206
 
207
# patch ld/emulparams/elf_x86_64nto.sh
207
# patch ld/emulparams/elf_x86_64nto.sh
208
# RATIONALE: insert aarch64 QNX particularities for the GNU linker
208
# RATIONALE: insert aarch64 QNX particularities for the GNU linker
209
backup_and_replace "ld/emulparams/elf_x86_64nto.sh" "${CURRENT_DIR}/ld.emulparams.elf_x86_64nto.sh"
209
backup_and_replace "ld/emulparams/elf_x86_64.sh" "${CURRENT_DIR}/ld.emulparams.elf_x86_64.sh"
210
 
-
 
211
# patch ld/Makefile.in
-
 
212
# RATIONALE: insert object file rules when targeting QNX for the GNU linker
-
 
213
backup_and_replace "ld/Makefile.in" "${CURRENT_DIR}/ld.Makefile.in"
-
 
214
 
210
 
215
# define the tools to use when compiling intermediary programs on the build host
211
# define the tools to use when compiling intermediary programs on the build host
216
export AR_FOR_BUILD="/usr/bin/ar"
212
export AR_FOR_BUILD="/usr/bin/ar"
217
export AS_FOR_BUILD="/usr/bin/as"
213
export AS_FOR_BUILD="/usr/bin/as"
218
export LD_FOR_BUILD="/usr/bin/ld"
214
export LD_FOR_BUILD="/usr/bin/ld"