* configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then
[deliverable/binutils-gdb.git] / gas / configure.in
index 7ea681115f95b2009688728dca1d9775651b1da4..10430db6c9bcd3a65af878b5a2929b2da2ca03ed 100644 (file)
@@ -199,16 +199,14 @@ changequote([,])dnl
       hppa-*-lites*)        fmt=elf em=hppa ;;
       hppa-*-osf*)          fmt=som em=hppa ;;
       hppa-*-rtems*)        fmt=elf em=hppa ;;
-# Disabled until configury issues are sorted out across the various
-# projects
-#      hppa-*-hpux11*)     em=hppa
-#                          case ${cpu} in
-#                              hppa*w)
-#                                      fmt=elf;;
-#                              hppa*)
-#                                      fmt=som;;
-#                          esac
-#                          ;;
+      hppa-*-hpux11*)      em=hppa
+                           case ${cpu} in
+                               hppa*64*)
+                                       fmt=elf;;
+                               hppa*)
+                                       fmt=som;;
+                           esac
+                           ;;
       hppa-*-hpux*)         fmt=som em=hppa ;;
       hppa-*-mpeix*)        fmt=som em=hppa ;;
       hppa-*-bsd*)          fmt=som em=hppa ;;
This page took 0.036702 seconds and 4 git commands to generate.