VirtualBox

Ignore:
Timestamp:
Jan 16, 2025 1:09:46 PM (3 weeks ago)
Author:
vboxsync
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.guess

    r103316 r107813  
    11#! /bin/sh
    22# Attempt to guess a canonical system name.
    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-08-22'
     7timestamp='2024-01-01'
    88
    99# This file is free software; you can redistribute it and/or modify it
     
    6161
    6262Originally written by Per Bothner.
    63 Copyright 1992-2023 Free Software Foundation, Inc.
     63Copyright 1992-2024 Free Software Foundation, Inc.
    6464
    6565This is free software; see the source for copying conditions.  There is NO
     
    166166        #elif defined(__GLIBC__)
    167167        LIBC=gnu
     168        #elif defined(__LLVM_LIBC__)
     169        LIBC=llvm
    168170        #else
    169171        #include <stdarg.h>
     
    15941596        GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
    15951597        ;;
     1598    *:Ironclad:*:*)
     1599        GUESS=$UNAME_MACHINE-unknown-ironclad
     1600        ;;
    15961601esac
    15971602
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