Rev 4 | Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4 | Rev 7 | ||
---|---|---|---|
Line 205... | Line 205... | ||
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_64nto.sh" "${CURRENT_DIR}/ld.emulparams.elf_x86_64nto.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" |
|
210 | 214 | ||
211 | # define the tools to use when compiling intermediary programs on the build host |
215 | # define the tools to use when compiling intermediary programs on the build host |
212 | export AR_FOR_BUILD="/usr/bin/ar" |
216 | export AR_FOR_BUILD="/usr/bin/ar" |
213 | export AS_FOR_BUILD="/usr/bin/as" |
217 | export AS_FOR_BUILD="/usr/bin/as" |
214 | export LD_FOR_BUILD="/usr/bin/ld" |
218 | export LD_FOR_BUILD="/usr/bin/ld" |