Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ff4722c

Browse files
committed
Solaris does not have lorder/tsort.
1 parent 26a1956 commit ff4722c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/makefiles/Makefile.i386_solaris

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
MK_NO_LORDER= true
2+
13
%.so: %.o
24
$(LD) -G -Bdynamic -o $@ $<

src/makefiles/Makefile.sparc_solaris

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
MK_NO_LORDER= true
2+
13
%.so: %.o
24
$(LD) -G -Bdynamic -o $@ $<

0 commit comments

Comments
 (0)