]> Git Repo - buildroot-mgba.git/commit
package/memtester: fix compile and link flags
authorBaruch Siach <[email protected]>
Mon, 8 Feb 2021 09:04:34 +0000 (11:04 +0200)
committerPeter Korsgaard <[email protected]>
Mon, 8 Feb 2021 15:24:38 +0000 (16:24 +0100)
commit25e09fdb9e4aa1e940dbdfcdad8dedca42814fcc
tree19b737c44484acc2097d7bb336409ed66ba9f9cb
parentf39b2b3d75299b57b57ba80260230dd296526980
package/memtester: fix compile and link flags

The memtester build system does not use CFLAGS/LDFLAGS variables.
Everything should be written to conf-cc and conf-ld.

Use '%' as sed expression delimiter because comma might appear in
LDFLAGS.

Cc: Matt Weber <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/memtester/memtester.mk
This page took 0.047064 seconds and 4 git commands to generate.