File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lldb/packages/Python/lldbsuite/test
commands/expression/import-std-module/sysroot
functionalities/dead-strip Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# system headers.
4
4
NO_TEST_COMMON_H := 1
5
5
6
- CXXFLAGS_EXTRAS : = -I $(SRCDIR ) /root/usr/include/c++/include/ -I $(SRCDIR ) /root/usr/include/ -nostdinc -nostdinc++ -nostdlib++
6
+ CXXFLAGS + = -I $(SRCDIR ) /root/usr/include/c++/include/ -I $(SRCDIR ) /root/usr/include/ -nostdinc -nostdinc++ -nostdlib++
7
7
CXX_SOURCES := main.cpp
8
8
9
9
include Makefile.rules
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ ifeq "$(OS)" ""
5
5
endif
6
6
7
7
ifeq "$(OS ) " "Darwin"
8
- LD_EXTRAS := -Xlinker -dead_strip
8
+ LDFLAGS = $( CFLAGS ) -Xlinker -dead_strip
9
9
else
10
- CFLAGS_EXTRAS : = -fdata-sections -ffunction-sections
11
- LD_EXTRAS := -Wl,--gc-sections
10
+ CFLAGS + = -fdata-sections -ffunction-sections
11
+ LDFLAGS = $( CFLAGS ) -Wl,--gc-sections
12
12
endif
13
13
14
14
MAKE_DSYM := NO
You can’t perform that action at this time.
0 commit comments