mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
23 lines
809 B
Plaintext
23 lines
809 B
Plaintext
$NetBSD$
|
|
|
|
--- ld/configure.tgt.orig Tue Sep 4 12:53:47 2012
|
|
+++ ld/configure.tgt
|
|
@@ -76,6 +76,8 @@ arm-*-rtems*) targ_emul=armelf ;;
|
|
armeb-*-elf) targ_emul=armelfb ;;
|
|
arm-*-elf | arm*-*-eabi*)
|
|
targ_emul=armelf ;;
|
|
+arm*-*-minix*) targ_emul=armelf_minix
|
|
+ targ_extra_emuls="armelf" ;;
|
|
arm*-*-symbianelf*) targ_emul=armsymbian;;
|
|
arm-*-kaos*) targ_emul=armelf ;;
|
|
arm9e-*-elf) targ_emul=armelf ;;
|
|
@@ -202,6 +204,8 @@ i[3-7]86-*-bsd) targ_emul=i386bsd ;;
|
|
i[3-7]86-*-bsd386) targ_emul=i386bsd ;;
|
|
i[3-7]86-*-bsdi*) targ_emul=i386bsd ;;
|
|
i[3-7]86-*-aout) targ_emul=i386aout ;;
|
|
+i[3-7]86-*-minix) targ_emul=elf_i386_minix
|
|
+ targ_extra_emuls="elf_i386" ;;
|
|
i[3-7]86-*-linux*aout*) targ_emul=i386linux
|
|
targ_extra_emuls=elf_i386
|
|
tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'` ;;
|