Delete an unused mmake variable.

scripts/Mmake.vars.in:
    Delete the definition of the variable GCCFLAGS_FOR_PIC.  This
    was only ever required by the GCC backend.
This commit is contained in:
Julien Fischer
2015-12-10 11:11:25 +11:00
parent 6dd081ec28
commit cf6aa853cb

View File

@@ -336,10 +336,6 @@ EXTRA_LIBGRADES =
# position-independent code.)
CFLAGS_FOR_PIC = @CFLAGS_FOR_PIC@
# $(GCCFLAGS_FOR_PIC) is passed to the GCC back-end when creating
# `.pic_s' files.
GCCFLAGS_FOR_PIC = -fpic
# $(EXT_FOR_PIC_OBJECTS) will be either `.o', if $(CFLAGS_FOR_PIC) is empty,
# or `.pic_o', if special flags are required for compiling files that
# will be put in shared libraries.