From ff71b8bab603e9582899e2c8ad8653dcc86ea6c4 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 30 Apr 2022 19:27:07 +0200 Subject: gcc: add more cli args --- src/development/gcc.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/development') diff --git a/src/development/gcc.md b/src/development/gcc.md index d3823f3..88e44fc 100644 --- a/src/development/gcc.md +++ b/src/development/gcc.md @@ -10,6 +10,8 @@ gcc -E [-dM] ... ``` - `-E` run only preprocessor - `-dM` list only `#define` statements +- `-###` dry-run, outputting exact compiler/linker invocations +- `-print-multi-lib` print available multilib configurations ### Target options ```bash -- cgit v1.2.3