summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* user_only: compile everything with -fpieKirill A. Shutemov2009-12-201-1/+6
| | | | | | | | | | | | | We really need compile _all_ sources for user target with -fpie when use --enable-user-pie. It's regression introduced by commit add16157d72454. Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Juan Quintela <quintela@redhat.com> [blauwirbel@gmail.com: combined 299060a0 and 58faa1a6 to avoid breakage] Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Compile some user files only once for all targetsBlue Swirl2009-09-271-0/+27
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>