[LLVMbugs] [Bug 11172] New: Clang should support -nodefaultlibs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Oct 18 12:20:05 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=11172
Summary: Clang should support -nodefaultlibs
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: missing-feature
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: austinenglish at gmail.com
CC: llvmbugs at cs.uiuc.edu
Blocks: 10638
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
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list