1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix build on sparc64

PR:		ports/149258
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
This commit is contained in:
Pav Lucistnik 2010-08-04 13:16:52 +00:00
parent 3bec00dd7f
commit 1a0251959c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258768

View File

@ -0,0 +1,11 @@
--- tools/Rules.in.orig 2010-05-31 21:51:37.000000000 +0200
+++ tools/Rules.in 2010-08-04 15:15:02.000000000 +0200
@@ -66,7 +66,7 @@
subdir: all.o
all.o: $(objs)
- $(CC) -nostdlib -Wl,-r -o $@ $^
+ $(LD) -r -o $@ $^
endif