Hi, HPE as a new serie of Non stop integrity servers called LSERIES or TNS/X which is x86 based (TNS/E was based on itanium).
>From ./configure point of vue handling TNS/X has TNS/E seems fine has adding this in config.guess and config.sub allows me to compile. Here are the informations : |This script (version 2017-01-01), has failed to recognize the operating system you are using. If your script is old, overwrite config.guess and config.sub with the latest versions from: http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess and http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub If ./config.guess has already been updated, send the following data and any information you think might be pertinent to config-patches@gnu.org to provide the necessary information to handle your system. config.guess timestamp = 2017-01-01 uname -m = NSX-H uname -r = L16 uname -s = NONSTOP_KERNEL uname -v = 05 /usr/bin/uname -p = /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = NSX-H UNAME_RELEASE = L16 UNAME_SYSTEM = NONSTOP_KERNEL UNAME_VERSION = 05 configure: error: cannot guess build type; you must specify one | config.guess : |NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; + NSX-*:NONSTOP_KERNEL:*:*) + echo nsx-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; | config.sub : |+ nsx-tandem) + basic_machine=nsx-tandem + ;; nse-tandem) basic_machine=nse-tandem ;; | Regard, Hugues LEFEBVRE
_______________________________________________ config-patches mailing list config-patches@gnu.org https://lists.gnu.org/mailman/listinfo/config-patches