mvaisakh / gcc-build

Bleeding Edge Bare Metal GCC build script.
GNU General Public License v3.0
60 stars 36 forks source link

build-gcc: Pass (C/CXX)FLAGS directly to configure script #9

Closed dakkshesh07 closed 2 years ago

mvaisakh commented 2 years ago

@dakkshesh07 Oh does this work that way as well? Did not know that

dakkshesh07 commented 2 years ago

@dakkshesh07 Oh does this work that way as well? Did not know that

Yup, configure script has options to pass environment variables into them, if you run the script with --help, you would be able to see it.