Steffen Nurpmeso wrote in
 <20240522212313.yXdu0gKg@steffen%sdaoden.eu>:
 ...
 |Other than that, what is wrong here:
 |
 |  tcc: error: unsupported linker option '--as-needed,--enable-new-dtags'
 |
 |This is
 |
 |  version=20240420
 |  gitver=0703df1a6a8215c74f4f4a20aa9270eff1397733

It works when i split

  -Wl,--as-needed,--enable-new-dtags

into

  -Wl,--as-needed -Wl,--enable-new-dtags

even though skip_linker_arg() does seem to search for a ",".
(That reminds me that i have *no* idea of how these linker args
via -Wl actually work regarding quoting etc, ie: what if there
*is* a comma in the argument?)

Well i have no time for this somewhen soon, even though it seems
that if i learn the logic i could code that, at least :o}

o/

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to