mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Oops, left out one of the two dashes.
This commit is contained in:
parent
3fe44289ba
commit
a7ad714f37
@ -338,8 +338,8 @@ alpha*-*-linux*)
|
||||
CFLAGS="$CFLAGS -Dunix"
|
||||
CXXFLAGS="$CXXFLAGS -Dunix"
|
||||
# At least for 1.3 and up, ld supports this, despite the test failing above.
|
||||
MKSHLIB_FORCE_ALL='-whole-archive'
|
||||
MKSHLIB_UNFORCE_ALL='-no-whole-archive'
|
||||
MKSHLIB_FORCE_ALL='--whole-archive'
|
||||
MKSHLIB_UNFORCE_ALL='--no-whole-archive'
|
||||
case `uname -m` in
|
||||
*86)
|
||||
MKSHLIB='$(LD) $(DSO_LDOPTS)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user