From: SiriDB Maintainers Date: Fri, 19 Feb 2021 19:37:54 +0000 (+0100) Subject: cross X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb30dbc6b840cf19e5c3cda80ea98dd549131b9d;p=siridb-server.git cross =================================================================== Gbp-Pq: Name cross.patch --- diff --git a/Release/makefile b/Release/makefile index 497e4198..3600bbc8 100644 --- a/Release/makefile +++ b/Release/makefile @@ -68,7 +68,7 @@ all: siridb-server siridb-server: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: GCC C Linker' - gcc -o "siridb-server" $(OBJS) $(USER_OBJS) $(LDFLAGS) $(LIBS) $(CRYPT) $(UUID) + $(CC) -o "siridb-server" $(OBJS) $(USER_OBJS) $(LDFLAGS) $(LIBS) $(CRYPT) $(UUID) @echo 'Finished building target: $@' @echo ' ' diff --git a/Release/src/argparse/subdir.mk b/Release/src/argparse/subdir.mk index bd8ef4b9..54e27f54 100644 --- a/Release/src/argparse/subdir.mk +++ b/Release/src/argparse/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/argparse/%.o: ../src/argparse/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/base64/subdir.mk b/Release/src/base64/subdir.mk index 31aeb9c5..d4373c5d 100644 --- a/Release/src/base64/subdir.mk +++ b/Release/src/base64/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/base64/%.o: ../src/base64/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/cexpr/subdir.mk b/Release/src/cexpr/subdir.mk index b1998365..cc4f0689 100644 --- a/Release/src/cexpr/subdir.mk +++ b/Release/src/cexpr/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/cexpr/%.o: ../src/cexpr/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/cfgparser/subdir.mk b/Release/src/cfgparser/subdir.mk index ef970f57..417dbad7 100644 --- a/Release/src/cfgparser/subdir.mk +++ b/Release/src/cfgparser/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/cfgparser/%.o: ../src/cfgparser/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/ctree/subdir.mk b/Release/src/ctree/subdir.mk index 80336986..c5814dc9 100644 --- a/Release/src/ctree/subdir.mk +++ b/Release/src/ctree/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/ctree/%.o: ../src/ctree/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/expr/subdir.mk b/Release/src/expr/subdir.mk index 1206fe12..f4789cf4 100644 --- a/Release/src/expr/subdir.mk +++ b/Release/src/expr/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/expr/%.o: ../src/expr/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/imap/subdir.mk b/Release/src/imap/subdir.mk index c628b521..c19c81ce 100644 --- a/Release/src/imap/subdir.mk +++ b/Release/src/imap/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/imap/%.o: ../src/imap/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/iso8601/subdir.mk b/Release/src/iso8601/subdir.mk index 62a8ae2d..f4a095bb 100644 --- a/Release/src/iso8601/subdir.mk +++ b/Release/src/iso8601/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/iso8601/%.o: ../src/iso8601/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/lib/subdir.mk b/Release/src/lib/subdir.mk index c2b76c93..d7708c5a 100644 --- a/Release/src/lib/subdir.mk +++ b/Release/src/lib/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/lib/%.o: ../src/lib/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/llist/subdir.mk b/Release/src/llist/subdir.mk index a5678ab3..67db984f 100644 --- a/Release/src/llist/subdir.mk +++ b/Release/src/llist/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/llist/%.o: ../src/llist/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/lock/subdir.mk b/Release/src/lock/subdir.mk index 21cfa460..13f395ad 100644 --- a/Release/src/lock/subdir.mk +++ b/Release/src/lock/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/lock/%.o: ../src/lock/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/logger/subdir.mk b/Release/src/logger/subdir.mk index 7243d7c5..676db8a3 100644 --- a/Release/src/logger/subdir.mk +++ b/Release/src/logger/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/logger/%.o: ../src/logger/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/omap/subdir.mk b/Release/src/omap/subdir.mk index cd3db935..f17bc03e 100644 --- a/Release/src/omap/subdir.mk +++ b/Release/src/omap/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/omap/%.o: ../src/omap/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/owcrypt/subdir.mk b/Release/src/owcrypt/subdir.mk index a230cbfc..60220f5d 100644 --- a/Release/src/owcrypt/subdir.mk +++ b/Release/src/owcrypt/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/owcrypt/%.o: ../src/owcrypt/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/procinfo/subdir.mk b/Release/src/procinfo/subdir.mk index 1a326a7c..ab2e2f7b 100644 --- a/Release/src/procinfo/subdir.mk +++ b/Release/src/procinfo/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/procinfo/%.o: ../src/procinfo/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/qpack/subdir.mk b/Release/src/qpack/subdir.mk index cef1eca9..89ce709f 100644 --- a/Release/src/qpack/subdir.mk +++ b/Release/src/qpack/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/qpack/%.o: ../src/qpack/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/qpjson/subdir.mk b/Release/src/qpjson/subdir.mk index 515d5b6f..2ba87a9c 100644 --- a/Release/src/qpjson/subdir.mk +++ b/Release/src/qpjson/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/qpjson/%.o: ../src/qpjson/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/args/subdir.mk b/Release/src/siri/args/subdir.mk index 93f91086..b61843d8 100644 --- a/Release/src/siri/args/subdir.mk +++ b/Release/src/siri/args/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/siri/args/%.o: ../src/siri/args/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/cfg/subdir.mk b/Release/src/siri/cfg/subdir.mk index 9ab31cb4..f1296f3a 100644 --- a/Release/src/siri/cfg/subdir.mk +++ b/Release/src/siri/cfg/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/siri/cfg/%.o: ../src/siri/cfg/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/db/subdir.mk b/Release/src/siri/db/subdir.mk index 17bd2152..d641e350 100644 --- a/Release/src/siri/db/subdir.mk +++ b/Release/src/siri/db/subdir.mk @@ -139,7 +139,7 @@ C_DEPS += \ src/siri/db/%.o: ../src/siri/db/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/file/subdir.mk b/Release/src/siri/file/subdir.mk index f416aecb..9e56a084 100644 --- a/Release/src/siri/file/subdir.mk +++ b/Release/src/siri/file/subdir.mk @@ -16,7 +16,7 @@ C_DEPS += \ src/siri/file/%.o: ../src/siri/file/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/grammar/subdir.mk b/Release/src/siri/grammar/subdir.mk index c36948b7..0b8f3f3a 100644 --- a/Release/src/siri/grammar/subdir.mk +++ b/Release/src/siri/grammar/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/siri/grammar/%.o: ../src/siri/grammar/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/help/subdir.mk b/Release/src/siri/help/subdir.mk index 7e6fcd79..b168344a 100644 --- a/Release/src/siri/help/subdir.mk +++ b/Release/src/siri/help/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/siri/help/%.o: ../src/siri/help/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/net/subdir.mk b/Release/src/siri/net/subdir.mk index e47db3ff..8c9b63d7 100644 --- a/Release/src/siri/net/subdir.mk +++ b/Release/src/siri/net/subdir.mk @@ -37,6 +37,6 @@ C_DEPS += \ src/siri/net/%.o: ../src/siri/net/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/service/subdir.mk b/Release/src/siri/service/subdir.mk index 43faf517..9053e49c 100644 --- a/Release/src/siri/service/subdir.mk +++ b/Release/src/siri/service/subdir.mk @@ -19,7 +19,7 @@ C_DEPS += \ src/siri/args/%.o: ../src/siri/args/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/siri/subdir.mk b/Release/src/siri/subdir.mk index 7effb5cb..10fc189f 100644 --- a/Release/src/siri/subdir.mk +++ b/Release/src/siri/subdir.mk @@ -43,7 +43,7 @@ C_DEPS += \ src/siri/%.o: ../src/siri/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/timeit/subdir.mk b/Release/src/timeit/subdir.mk index db72799a..76530cfd 100644 --- a/Release/src/timeit/subdir.mk +++ b/Release/src/timeit/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/timeit/%.o: ../src/timeit/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/vec/subdir.mk b/Release/src/vec/subdir.mk index ce067aa5..50facc57 100644 --- a/Release/src/vec/subdir.mk +++ b/Release/src/vec/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/vec/%.o: ../src/vec/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/xmath/subdir.mk b/Release/src/xmath/subdir.mk index 943f3cee..17a2185d 100644 --- a/Release/src/xmath/subdir.mk +++ b/Release/src/xmath/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/xmath/%.o: ../src/xmath/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/xpath/subdir.mk b/Release/src/xpath/subdir.mk index 09230c18..092ea845 100644 --- a/Release/src/xpath/subdir.mk +++ b/Release/src/xpath/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/xpath/%.o: ../src/xpath/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/src/xstr/subdir.mk b/Release/src/xstr/subdir.mk index 146ac95a..674d936b 100644 --- a/Release/src/xstr/subdir.mk +++ b/Release/src/xstr/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ src/xstr/%.o: ../src/xstr/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/Release/subdir.mk b/Release/subdir.mk index 8ba3e5f6..92aefa6e 100644 --- a/Release/subdir.mk +++ b/Release/subdir.mk @@ -13,7 +13,7 @@ C_DEPS += \ %.o: ../%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '