aboutsummaryrefslogtreecommitdiff
path: root/test/hello_world/Makefile.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world/Makefile.check')
-rw-r--r--test/hello_world/Makefile.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world/Makefile.check b/test/hello_world/Makefile.check
index 5b330ed..37b0282 100644
--- a/test/hello_world/Makefile.check
+++ b/test/hello_world/Makefile.check
@@ -10,7 +10,7 @@ $(HELLO_WORLD_TEST:%=%-check) : %-check: % skiboot.lid
test/hello_world/hello_kernel/hello_kernel.o: test/hello_world/hello_kernel/hello_kernel.S test/hello_world/hello_kernel/hello_kernel.ld
$(call Q,CC, $(CC) -m64 -c -MMD -o $@ $< ,$@)
-hello_kernel_LDFLAGS=-m64 -Wl,--build-id=none -T test/hello_world/hello_kernel/hello_kernel.ld -ffreestanding -nostdlib -Ttext=0x0 -lgcc
+hello_kernel_LDFLAGS=-m64 -Wl,--build-id=none -T test/hello_world/hello_kernel/hello_kernel.ld -ffreestanding -nostdlib -Ttext=0x0
-include $(wildcard test/hello_world/hello_kernel/*.d)