1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix build on sparc64

PR:		ports/149259
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
This commit is contained in:
Pav Lucistnik 2010-08-04 13:19:18 +00:00
parent 1a0251959c
commit 4d18e081c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258769

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:17:44.000000000 +0200
@@ -66,7 +66,7 @@
subdir: all.o
all.o: $(objs)
- $(CC) -nostdlib -Wl,-r -o $@ $^
+ $(LD) -r -o $@ $^
endif