fix compiler/linker options for Ubuntu 16.10
commit54180430241717eca72865c918f5a2c09d6a56e2
authorCyrus Harmon <cyrus@bobobeach.com>
Mon, 17 Oct 2016 02:00:21 +0000 (16 19:00 -0700)
committerCyrus Harmon <cyrus@bobobeach.com>
Mon, 17 Oct 2016 02:00:21 +0000 (16 19:00 -0700)
tree8aacee2078c828b7f62d2c4c6552b34e743bd8a5
parentcbf64c191fda1df17c7bc78e12c01deea11cb0bc
fix compiler/linker options for Ubuntu 16.10

 * apparently the default gcc specs have changed in Ubuntu 16.10 (yakety
   yak) and now we need to specify -fno-pie in CFLAGS and no-pie in
   LINKFLAGS and LDFLAGS.
src/runtime/Config.x86-64-linux