mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Allow LLVM to be built with extra options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d11ddbd8d
commit
6cee033a80
@ -362,7 +362,7 @@ endif
|
||||
#----------------------------------------------------------
|
||||
|
||||
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused -Wno-long-long \
|
||||
-pedantic
|
||||
-pedantic $(EXTRA_OPTIONS)
|
||||
|
||||
ifeq ($(OS),HP-UX)
|
||||
CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE
|
||||
|
Loading…
Reference in New Issue
Block a user