Bug 8573 - cblink doesn't handle @ arguments
Summary: cblink doesn't handle @ arguments
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.19.0
Assignee: Pierre Ossman
URL: https://git.cendio.se/thinlinc/cenbui...
Keywords: prosaic
Depends on:
Blocks: 8576
  Show dependency treegraph
 
Reported: 2025-04-16 10:41 CEST by Pierre Ossman
Modified: 2025-04-17 09:25 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2025-04-16 10:41:10 CEST
gcc supports arguments prefixed with @. Those specify a filename where more arguments should be read.

This is popularly used by CMake to specify what to link. I.e. the stuff that cblink is most interested in. So cblink needs to be able to handle those files.

Note You need to log in before you can comment on or make changes to this bug.