mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Always pass -D_GNU_SOURCE to cc1plus
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18253 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c702fa3ff0
commit
07accb5a60
@ -28,7 +28,8 @@
|
||||
# To compile stacker source, we just run the stacker
|
||||
# compiler with a default stack size of 2048 entries.
|
||||
translator.command=@LLVMCC1PLUS@ -quiet %in% -o %out% \
|
||||
%opt% %incls% %defs% %WOpts% %fOpts% %MOpts% %args%
|
||||
%opt% %incls% %defs% %WOpts% %fOpts% %MOpts% %args% \
|
||||
-D_GNU_SOURCE
|
||||
|
||||
# stkrc doesn't preprocess but we set this to true so
|
||||
# that we don't run the cp command by default.
|
||||
|
Loading…
Reference in New Issue
Block a user