From eb65c07d6759a0c5add065d4cc67ffb379e3c1b9 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Tue, 10 Oct 2023 08:54:45 +1100 Subject: [PATCH] misc/scripts: remove Darwin cpp wrapper This wrapper around Apple llvm-gcc has been obsolete and unused for a few years now. Remove to avoid confusion. Signed-off-by: Gerwin Klein --- misc/scripts/cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 misc/scripts/cpp diff --git a/misc/scripts/cpp b/misc/scripts/cpp deleted file mode 100755 index 5984ff080..000000000 --- a/misc/scripts/cpp +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# -# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230) -# -# SPDX-License-Identifier: BSD-2-Clause -# - -# -# Wrapper for clang C preprocessor on MacOS -# -export L4CPP="-DTARGET=ARM -DTARGET_ARM -DPLATFORM=Sabre -DPLATFORM_Sabre" - -llvm-gcc -Wno-invalid-pp-token -E -x c $@