7911366a63
fixed build on arm OBS-URL: https://build.opensuse.org/request/show/85789 OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=17
14 lines
551 B
Diff
14 lines
551 B
Diff
Index: tests/scripts/features/archives
|
|
===================================================================
|
|
--- tests/scripts/features/archives.orig
|
|
+++ tests/scripts/features/archives
|
|
@@ -13,7 +13,7 @@ utouch(-60, qw(a1.o a2.o a3.o));
|
|
|
|
# Very simple
|
|
run_make_test('all: libxx.a(a1.o)',
|
|
- '', "ar rv libxx.a a1.o\nar: creating libxx.a\na - a1.o\n");
|
|
+ '', "ar rv libxx.a a1.o\n/usr/bin/ar: creating libxx.a\na - a1.o\n");
|
|
|
|
# Multiple .o's. Add a new one to the existing library
|
|
run_make_test('all: libxx.a(a1.o a2.o)',
|