summaryrefslogtreecommitdiff
path: root/m4/fp_ld_supports_response_files.m4
Commit message (Collapse)AuthorAgeFilesLines
* Small fixes to configure scriptGabriella Gonzalez2023-03-061-2/+2
|
* Fix configure failure on alpine linuxGabriella Gonzalez2023-03-061-1/+2
|
* Quote variablesGabriella Gonzalez2023-03-061-4/+3
| | | | … as suggested by @bgamari
* Try to create somewhat portable `ld` commandGabriella Gonzalez2023-03-061-1/+1
| | | | | | | I cannot figure out a good way to generate an `ld` command that works on both Linux and macOS. Normally you'd use something like `AC_LINK_IFELSE` for this purpose (I think), but that won't let us test response file support.
* Apply 1 suggestion(s) to 1 file(s)sheaf2023-03-061-1/+1
|
* Enable response files for linker if supportedGabriella Gonzalez2023-03-061-0/+19