blob: c17b3af5ace2648b22cc64c3f6f588a306cf63a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- purgatory/Makefile
+++ purgatory/Makefile
@@ -54,7 +54,7 @@
$(PURGATORY): $(PURGATORY_OBJS) $(UTIL_LIB)
$(MKDIR) -p $(@D)
- $(LD) $(LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
+ $(LD) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
echo::
@echo "PURGATORY_C_SRCS $(PURGATORY_C_SRCS)"
|