Merge pull request #10853 from cladmi/pr/make/unexport/linkflags

makefiles/vars.inc.mk: do not export LINKFLAGS
This commit is contained in:
Alexandre Abadie 2019-01-23 19:42:32 +01:00 committed by GitHub
commit 3a1a615cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ export ARFLAGS # Command-line options to pass to AR, default `rcs`
export AS # The assembler.
export ASFLAGS # Flags for the assembler.
export LINK # The command used to link the files. Must take the same parameters as GCC, i.e. "ld" won't work.
export LINKFLAGS # Flags to supply in the linking step.
# LINKFLAGS # Flags to supply in the linking step.
export LTOFLAGS # extra CFLAGS for compiling with link time optimization
export OBJCOPY # The command used to create the HEXFILE.
export OFLAGS # The parameter for OBJCOPY, e.g. to strip the debug information.