[LLVMbugs] [Bug 5203] New: cc1plus: error: invalid option 'macosx-version-min=10.4'
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Oct 15 14:09:57 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5203
Summary: cc1plus: error: invalid option 'macosx-version-min=10.4'
Product: Build scripts
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: trivial
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: demarchie at web.de
CC: llvmbugs at cs.uiuc.edu
"make" yields an error:
cc1plus: error: invalid option 'macosx-version-min=10.4'
...
Build 2009-10-15, llvm trunk (revision 84199), on Mac mini G4, OS 10.4.11 with
gcc4.0.0.
Commenting out lines 555:
SharedLinkOptions += -mmacosx-version-min=$(DARWIN_VERSION)
and 568:
TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION)
of file Makefile.rules removes the problem.
Regards,
Reinhold Straub
--
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