Clang should support -nodefaultlibs #11544
Labels
bugzilla
Issues migrated from bugzilla
clang
Clang issues not falling into any other category
enhancement
Improving things as opposed to bug fixing, e.g. new or missing feature
Extended Description
Needed when compiling Wine:
clang -o wine-preloader -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o ../libs/port/libwine_port.a
LD_LIBRARY_PATH="../libs/wine:$LD_LIBRARY_PATH" ../tools/sfnt2fnt -o vgas1257.fon -d 128 ./system.ttf 16,1257,7
clang: warning: argument unused during compilation: '-nodefaultlibs'
Can't find EBLC table
The text was updated successfully, but these errors were encountered: