Use -Wl,-x instead of -s: it is more portable, and in particular,
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Dec 2002 01:31:18 +0000 (01:31 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Dec 2002 01:31:18 +0000 (01:31 +0000)
commitec4d36276f3b2916dd2430144dc228759d8b2ea2
treec3469a1a997927f1560b12f7385462c74ff55e91
parentb167c04e626b7ee9609330a8ffa397a85611d49d
Use -Wl,-x instead of -s: it is more portable, and in particular,
is needed on BSD (MacOS).
Also, use -Ldir instead of -L dir on the link line.  Same reason...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5068 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.common
Makefile.rules