Changeset 107813 in vbox for trunk/src/libs/libpng-1.6.45/config.guess
- Timestamp:
- Jan 16, 2025 1:09:46 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libpng-1.6.45/config.guess
r103316 r107813 1 1 #! /bin/sh 2 2 # Attempt to guess a canonical system name. 3 # Copyright 1992-202 3Free Software Foundation, Inc.3 # Copyright 1992-2024 Free Software Foundation, Inc. 4 4 5 5 # shellcheck disable=SC2006,SC2268 # see below for rationale 6 6 7 timestamp='202 3-08-22'7 timestamp='2024-01-01' 8 8 9 9 # This file is free software; you can redistribute it and/or modify it … … 61 61 62 62 Originally written by Per Bothner. 63 Copyright 1992-202 3Free Software Foundation, Inc.63 Copyright 1992-2024 Free Software Foundation, Inc. 64 64 65 65 This is free software; see the source for copying conditions. There is NO … … 166 166 #elif defined(__GLIBC__) 167 167 LIBC=gnu 168 #elif defined(__LLVM_LIBC__) 169 LIBC=llvm 168 170 #else 169 171 #include <stdarg.h> … … 1594 1596 GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE 1595 1597 ;; 1598 *:Ironclad:*:*) 1599 GUESS=$UNAME_MACHINE-unknown-ironclad 1600 ;; 1596 1601 esac 1597 1602
Note:
See TracChangeset
for help on using the changeset viewer.