Home | History | Annotate | Download | only in minijail

Lines Matching refs:PIE

44 #     handle PIC and PIE weirdness. E.g.
198 # The target $@ must end with .pic.a or .pie.a.
373 # Useful for dealing with pie-broken toolchains.
374 # Call make with PIE=0 to disable default PIE use.
376 COMPILE_PIE_FLAG = -pie
377 ifeq ($(PIE),0)
395 $(filter %.o %.a,$(^:.o=.pie.o)) \
570 $(patsubst %.o,%.pie.o,$(1)): %.pie.o: $(5)%.$(3) %.o.depends
585 $(1): %.o: %.pic.o %.pie.o
885 .PRECIOUS: %.pic.o %.pie.o %.a %.pic.a %.pie.a %.test