gerbil icon indicating copy to clipboard operation
gerbil copied to clipboard

make ./configure autoset gcc via CC & friends

Open drewc opened this issue 10 months ago • 3 comments

The new %default-gerbil-gcc can be set! semi-permanently via the ./configure script by $CC or $GERBIL_GCC.

Then the gxc compiler (and bach) will always use that UNLESS it no longer exists or GERBIL_GCC is set, or CC is set.

If it cannot find them the old "use the first gcc in $PATH" applies. This is exported via (gerbil-gcc)

A config file will be added.

drewc avatar Apr 17 '24 00:04 drewc

Deploy Preview for elastic-ritchie-8f47f9 ready!

Name Link
Latest commit 6457728da3aafe10c144cb74334df544d65ac90e
Latest deploy log https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/6626f4d4d4a8670008492803
Deploy Preview https://deploy-preview-1222--elastic-ritchie-8f47f9.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Apr 17 '24 00:04 netlify[bot]

I really don't like the modifying a source file in-place. It doesn't play well with git.

Generating a different file, or having the file read some configuration at compile-time, would be much better.

fare avatar May 26 '24 03:05 fare

:+1: This bit me on a 5 hour build.

ober avatar May 28 '24 16:05 ober