Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / configure.tgt
index ced5d1f9924d6a1d0c0fdff8431d0136c8c1e234..950fa321e283d85a9d59f6fb3294f794852174b4 100644 (file)
@@ -775,6 +775,8 @@ rs6000-*-aix*)              targ_emul=aixrs6
                        ;;
 rl78-*-*)              targ_emul=elf32rl78
                        ;;
+rx-*-linux*)           targ_emul=elf32rx_linux
+                       ;;
 rx-*-*)                        targ_emul=elf32rx
                        ;;
 s12z-*-*)              targ_emul=m9s12zelf
@@ -879,9 +881,6 @@ sparc*-*-*)         targ_emul=elf32_sparc
                        ;;
 spu-*-elf*)            targ_emul=elf32_spu
                        ;;
-tic30-*-*aout*)                targ_emul=tic30aout
-                       targ_extra_ofiles=
-                       ;;
 tic30-*-*coff*)                targ_emul=tic30coff
                        targ_extra_ofiles=
                        ;;
@@ -1114,11 +1113,14 @@ frv-*-* | hppa*-*-* | ia64-*-* | mips*-*-*)
   ;;
 esac
 
-# Enable -z separate-code by default for Linux/x86.
+# Enable -z separate-code and --warn-textrel by default for Linux/x86.
 case "${target}" in
 i[3-7]86-*-linux-* | x86_64-*-linux-*)
   if test ${ac_default_ld_z_separate_code} = unset; then
     ac_default_ld_z_separate_code=1
   fi
+  if test ${ac_default_ld_textrel_check} = unset; then
+    ac_default_ld_textrel_check=yes
+  fi
   ;;
 esac
This page took 0.023078 seconds and 4 git commands to generate.