mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
improve gcc wrapper to support -nostdlib, -nostartfiles
This commit is contained in:
@@ -29,7 +29,7 @@ for i ; do
|
||||
case "$skip$i" in
|
||||
-I|-L) skip=--- ; continue ;;
|
||||
-[cSE]|-M*) nolink=1 ;;
|
||||
-shared) nocrt=1 ;;
|
||||
-shared|-nostartfiles|-nostdlib) nocrt=1 ;;
|
||||
-*) ;;
|
||||
*) havefile=1 ;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user