VirtualBox

Ignore:
Timestamp:
Jan 16, 2025 1:09:46 PM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166977
Message:

libpng-1.6.45: Applied and adjusted our libpng changes to 1.6.45. bugref:8515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libpng-1.6.45/config.sub

    r103316 r107813  
    11#! /bin/sh
    22# Configuration validation subroutine script.
    3 #   Copyright 1992-2023 Free Software Foundation, Inc.
     3#   Copyright 1992-2024 Free Software Foundation, Inc.
    44
    55# shellcheck disable=SC2006,SC2268 # see below for rationale
    66
    7 timestamp='2023-09-19'
     7timestamp='2024-01-01'
    88
    99# This file is free software; you can redistribute it and/or modify it
     
    7777GNU config.sub ($timestamp)
    7878
    79 Copyright 1992-2023 Free Software Foundation, Inc.
     79Copyright 1992-2024 Free Software Foundation, Inc.
    8080
    8181This is free software; see the source for copying conditions.  There is NO
     
    12231223                        | mt \
    12241224                        | msp430 \
     1225                        | nanomips* \
    12251226                        | nds32 | nds32le | nds32be \
    12261227                        | nfp \
     
    12541255                        | v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \
    12551256                        | vax \
     1257                        | vc4 \
    12561258                        | visium \
    12571259                        | w65 \
     
    15981600                obj=elf
    15991601                ;;
    1600         mips*-*)
     1602        mips*-*|nanomips*-*)
    16011603                os=
    16021604                obj=elf
     
    17221724case $os in
    17231725        # Sometimes we do "kernel-libc", so those need to count as OSes.
    1724         musl* | newlib* | relibc* | uclibc*)
     1726        llvm* | musl* | newlib* | relibc* | uclibc*)
    17251727                ;;
    17261728        # Likewise for "kernel-abi"
     
    17671769             | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
    17681770             | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
    1769              | fiwix* | mlibc* | cos* | mbr* )
     1771             | fiwix* | mlibc* | cos* | mbr* | ironclad* )
    17701772                ;;
    17711773        # This one is extra strict with allowed versions
    17721774        sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
    17731775                # Don't forget version if it is 3.2v4 or newer.
     1776                ;;
     1777        # This refers to builds using the UEFI calling convention
     1778        # (which depends on the architecture) and PE file format.
     1779        # Note that this is both a different calling convention and
     1780        # different file format than that of GNU-EFI
     1781        # (x86_64-w64-mingw32).
     1782        uefi)
    17741783                ;;
    17751784        none)
     
    18191828# (given a valid OS), if there is a kernel.
    18201829case $kernel-$os-$obj in
    1821         linux-gnu*- | linux-dietlibc*- | linux-android*- | linux-newlib*- \
    1822                    | linux-musl*- | linux-relibc*- | linux-uclibc*- | linux-mlibc*- )
     1830        linux-gnu*- | linux-android*- | linux-dietlibc*- | linux-llvm*- \
     1831                    | linux-mlibc*- | linux-musl*- | linux-newlib*- \
     1832                    | linux-relibc*- | linux-uclibc*- )
    18231833                ;;
    18241834        uclinux-uclibc*- )
     
    18281838        windows*-msvc*-)
    18291839                ;;
    1830         -dietlibc*- | -newlib*- | -musl*- | -relibc*- | -uclibc*- | -mlibc*- )
     1840        -dietlibc*- | -llvm*- | -mlibc*- | -musl*- | -newlib*- | -relibc*- \
     1841                    | -uclibc*- )
    18311842                # These are just libc implementations, not actual OSes, and thus
    18321843                # require a kernel.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette