mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 10:23:03 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user