Simplify the handling of the --*flags options. The makefile already gets it
authorReid Spencer <rspencer@reidspencer.com>
Tue, 10 Jul 2007 07:48:09 +0000 (07:48 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 10 Jul 2007 07:48:09 +0000 (07:48 +0000)
commit087d90e9124ee79b88a96c950730f07ad281ed06
treec1f4bb3ea6410cc7f19d78b580670b07beeab35a
parent4a2c083bdd7ff105a99cd861095ab46099b9ef0e
Simplify the handling of the --*flags options. The makefile already gets it
right so there is no need to duplicate logic, just use the values the makefile
provides.

Eliminate some redundnt -D options from the output.

Fix the help output so it fits on 80 cols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38488 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/llvm-config.in.in