From fc087e6706418280c7f364b82c2fe5f46fd83ce3 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 26 Apr 2016 11:39:28 +0200 Subject: Remove support for some compatibility platform names Change-Id: I96c4d4bc3053686a3aaf48cd0e62cbe04c175eec Reviewed-by: Oswald Buddenhagen --- configure | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 03d931d733..e79cca869e 100755 --- a/configure +++ b/configure @@ -1318,48 +1318,6 @@ while [ "$#" -gt 0 ]; do ;; platform) PLATFORM="$VAL" - # keep compatibility with old platform names - case $PLATFORM in - aix-64) - PLATFORM=aix-xlc-64 - ;; - hpux-o64) - PLATFORM=hpux-acc-o64 - ;; - hpux-n64) - PLATFORM=hpux-acc-64 - ;; - hpux-acc-n64) - PLATFORM=hpux-acc-64 - ;; - irix-n32) - PLATFORM=irix-cc - ;; - irix-64) - PLATFORM=irix-cc-64 - ;; - irix-cc-n64) - PLATFORM=irix-cc-64 - ;; - reliant-64) - PLATFORM=reliant-cds-64 - ;; - solaris-64) - PLATFORM=solaris-cc-64 - ;; - openunix-cc) - PLATFORM=unixware-cc - ;; - openunix-g++) - PLATFORM=unixware-g++ - ;; - unixware7-cc) - PLATFORM=unixware-cc - ;; - unixware7-g++) - PLATFORM=unixware-g++ - ;; - esac ;; xplatform) XPLATFORM="$VAL" -- cgit v1.2.3