File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -211,27 +211,27 @@ $(OUTPUT)test-numa_num_possible_cpus.bin:
211
211
$(BUILD ) -lnuma
212
212
213
213
$(OUTPUT ) test-libunwind.bin :
214
- $(BUILD ) -lelf
214
+ $(BUILD ) -lelf -llzma
215
215
216
216
$(OUTPUT ) test-libunwind-debug-frame.bin :
217
- $(BUILD ) -lelf
217
+ $(BUILD ) -lelf -llzma
218
218
$(OUTPUT ) test-libunwind-x86.bin :
219
- $(BUILD ) -lelf -lunwind-x86
219
+ $(BUILD ) -lelf -llzma - lunwind-x86
220
220
221
221
$(OUTPUT ) test-libunwind-x86_64.bin :
222
- $(BUILD ) -lelf -lunwind-x86_64
222
+ $(BUILD ) -lelf -llzma - lunwind-x86_64
223
223
224
224
$(OUTPUT ) test-libunwind-arm.bin :
225
- $(BUILD ) -lelf -lunwind-arm
225
+ $(BUILD ) -lelf -llzma - lunwind-arm
226
226
227
227
$(OUTPUT ) test-libunwind-aarch64.bin :
228
- $(BUILD ) -lelf -lunwind-aarch64
228
+ $(BUILD ) -lelf -llzma - lunwind-aarch64
229
229
230
230
$(OUTPUT ) test-libunwind-debug-frame-arm.bin :
231
- $(BUILD ) -lelf -lunwind-arm
231
+ $(BUILD ) -lelf -llzma - lunwind-arm
232
232
233
233
$(OUTPUT ) test-libunwind-debug-frame-aarch64.bin :
234
- $(BUILD ) -lelf -lunwind-aarch64
234
+ $(BUILD ) -lelf -llzma - lunwind-aarch64
235
235
236
236
$(OUTPUT ) test-libaudit.bin :
237
237
$(BUILD ) -laudit
You can’t perform that action at this time.
0 commit comments