--- hdrmacro.c.orig 2014-08-07 15:19:17.000000000 +0200
+++ hdrmacro.c 2014-08-07 15:23:19.000000000 +0200
@@ -39,8 +39,6 @@
* just to invoke a rule.
*/
-static LIST *header_macros1( LIST *l, char *file, int rec, regexp *re[] );
-
/* this type is used to store a dictionary of file header macros */
typedef struct header_macro
{
@@ -60,11 +58,9 @@
void
macro_headers( TARGET *t )
{
- LIST *hdrrule;
regexp *re;
FILE *f;
char buf[ 1024 ];
- int i;
if ( DEBUG_HEADER )
printf( "macro header scan for %s\n", t->name );
d='header'>
blob: 59a05021548a1ec72a479c031a9f48e632e56f3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- swift/cmake/modules/SwiftConfigureSDK.cmake.orig 2024-06-06 04:26:30 UTC
+++ swift/cmake/modules/SwiftConfigureSDK.cmake
@@ -378,7 +378,7 @@ macro(configure_sdk_unix name architectures)
message(FATAL_ERROR "unknown arch for ${prefix}: ${arch}")
endif()
elseif("${prefix}" STREQUAL "FREEBSD")
- if(NOT arch MATCHES "(arm64|x86_64)")
+ if(NOT arch MATCHES "(aarch64|x86_64)")
message(FATAL_ERROR "unsupported arch for FreeBSD: ${arch}")
endif()
|