Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
31
sources/poky/scripts/multilib_header_wrapper.h
Normal file
31
sources/poky/scripts/multilib_header_wrapper.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2011 by Wind River Systems, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
|
||||
#if __WORDSIZE == 32
|
||||
|
||||
#ifdef _MIPS_SIM
|
||||
|
||||
#if _MIPS_SIM == _ABIO32
|
||||
#include <ENTER_HEADER_FILENAME_HERE-32.h>
|
||||
#elif _MIPS_SIM == _ABIN32
|
||||
#include <ENTER_HEADER_FILENAME_HERE-n32.h>
|
||||
#else
|
||||
#error "Unknown _MIPS_SIM"
|
||||
#endif
|
||||
|
||||
#else /* _MIPS_SIM is not defined */
|
||||
#include <ENTER_HEADER_FILENAME_HERE-32.h>
|
||||
#endif
|
||||
|
||||
#elif __WORDSIZE == 64
|
||||
#include <ENTER_HEADER_FILENAME_HERE-64.h>
|
||||
#else
|
||||
#error "Unknown __WORDSIZE detected"
|
||||
#endif /* matches #if __WORDSIZE == 32 */
|
||||
|
||||
Reference in New Issue
Block a user