diff options
Diffstat (limited to 'elf/rtld-Rules')
-rw-r--r-- | elf/rtld-Rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/rtld-Rules b/elf/rtld-Rules index 65d147f..3c1a5ea 100644 --- a/elf/rtld-Rules +++ b/elf/rtld-Rules @@ -138,12 +138,10 @@ ifdef rtld-depfiles -include $(rtld-depfiles) endif +# This here is the whole point of all the shenanigans. # Set libof-* for each routine. cpp-srcs-left := $(rtld-modules:%.os=%) lib := rtld include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left)) -# This here is the whole point of all the shenanigans. -rtld-CPPFLAGS := -DNOT_IN_libc=1 - endif |