diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 36 |
1 files changed, 0 insertions, 36 deletions
@@ -407,15 +407,6 @@ while [ "$#" -gt 0 ]; do 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-o32) PLATFORM=irix-cc-o32 ;; @@ -1152,16 +1143,6 @@ if [ -z "$PLATFORM" ]; then - Also available for IRIX: irix-g++ irix-cc-64 " ;; - HP-UX:*) - #PLATFORM=hpux-g++ - PLATFORM=hpux-acc - #PLATFORM=hpux-acc-64 - #PLATFORM=hpux-cc - #PLATFORM=hpux-acc-o64 - PLATFORM_NOTES=" - - Also available for HP-UX: hpux-g++ hpux-acc-64 hpux-acc-o64 - " - ;; Linux:*|GNU:*|GNU/*:*) PLATFORM=linux-g++ PLATFORM_NOTES=" @@ -1291,11 +1272,6 @@ else AUTOTHREAD=never fi # common qmake.conf file but dependency on OS version -if [ "$UNAME_SYSTEM" = "HP-UX" ]; then - if echo $UNAME_RELEASE | grep -E "^B\.(09|10)" >/dev/null 2>&1; then - AUTOTHREAD=never - fi -fi if [ "$UNAME_SYSTEM" = "SunOS" ]; then # Solaris 2.5 and 2.6 have libposix4, which was renamed to librt for Solaris >=7 if echo $UNAME_RELEASE | grep "^5\.[5|6]" >/dev/null 2>&1; then @@ -2182,18 +2158,6 @@ if [ "$PLATFORM_X11" = "yes" ]; then [ $NOTYPE = "yes" ] && QMAKE_VARS="$QMAKE_VARS \"QMAKE_CXXFLAGS+=-fpermissive\"" fi -# find if the compiler supports enough of STL for our purposes -if [ $PLATFORM = "hpux-acc" -a "$CFG_STL" != "no" ]; then - echo - echo "As of aCC A.3.0.30 you may enable STL support in TQt by adding -AA" - echo "to the QMAKE_CXXFLAGS and QMAKE_LFLAGS variables in" - echo "$XQMAKESPEC/qmake.conf" - echo "and re-running configure. Make sure to use the -AA compiler switch" - echo "in all your software projects using TQt as it turns on the new C++" - echo "Standard Library which is not binary compatible with the old one." - echo -fi - if [ "$CFG_ENDIAN" = "auto" ]; then if [ "$PLATFORM_MAC" = "yes" ]; then true |
