OSDN Git Service

Use --sysroot flag for clang
authorMans Rullgard <mans@mansr.com>
Sun, 27 Feb 2011 23:34:38 +0000 (23:34 +0000)
committerMans Rullgard <mans@mansr.com>
Mon, 28 Feb 2011 02:55:50 +0000 (02:55 +0000)
commit00ba041cb396f88f68a1bf7907e7c98ded3760ab
tree379bc5be33f5958bfdbd5071de665fffdaa0c3db
parent0b32da90f893b3e04ead18a546252e241a6a0988
Use --sysroot flag for clang

Although not documented, clang does support the --sysroot flag, and it
does the right thing.  Use this flag intead of -isysroot which only
applies to header file searches, not the linker.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure