File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 39
39
@echo generic-gcc
40
40
@echo windows
41
41
42
- .PHONY : Darwin-gcc-i386 debian freebsd Linux-gcc-x86 Linux-gcc-x86-debug SunOS-sunw-sparc SunOS-sunw-i386 SunOS-gcc-sparc generic-gcc Linux-gcc-arm Linux-gcc-x86_64 windows windows-debug clean test
42
+ .PHONY : Darwin-gcc-i386 debian freebsd Linux-gcc-x86 Linux-gcc-x86-debug SunOS-sunw-sparc SunOS-sunw-i386 SunOS-gcc-sparc generic-gcc Linux-gcc-arm Linux-gcc-x86_64 Linux-gcc-unknown windows windows-debug clean test
43
43
44
44
#
45
45
# Source files
@@ -83,6 +83,9 @@ LINUX_GCC_x86_COMPILE = g++ -std=c++11 -m32 $(CPPFLAGS) -I/usr/include/nptl -ffa
83
83
84
84
LINUX_GCC_x86_64_COMPILE = $(CXX ) -std=c++11 $(CPPFLAGS ) -g -W -Wconversion -Wall -I/usr/include/nptl -fno-builtin-malloc -pipe -fPIC -DNDEBUG $(INCLUDES ) -D_REENTRANT=1 -shared $(GNU_SRC ) -Bsymbolic -o libhoard.so -ldl -lpthread
85
85
86
+ LINUX_GCC_UNKNOWN_COMPILE = $(CXX ) -std=c++11 $(CPPFLAGS ) -g -W -Wconversion -Wall -I/usr/include/nptl -fno-builtin-malloc -pipe -fPIC -DNDEBUG $(INCLUDES ) -D_REENTRANT=1 -shared $(GNU_SRC ) -Bsymbolic -o libhoard.so -ldl -lpthread
87
+
88
+
86
89
# LINUX_GCC_x86_64_COMPILE = $(CXX) -std=c++11 $(CPPFLAGS) -g -W -Wconversion -Wall -I/usr/include/nptl -fno-builtin-malloc -pipe -fPIC -finline-limit=20000 -finline-functions -DNDEBUG $(INCLUDES) -D_REENTRANT=1 -shared $(GNU_SRC) -Bsymbolic -o libhoard.so -ldl -lpthread
87
90
88
91
LINUX_GCC_x86_64_COMPILE_DEBUG = g++ -std=c++11 $(CPPFLAGS ) -g -W -Wconversion -Wall -I/usr/include/nptl -fno-builtin-malloc -pipe -fPIC $(INCLUDES ) -D_REENTRANT=1 -shared $(GNU_SRC ) -Bsymbolic -o libhoard.so -ldl -lpthread
@@ -161,6 +164,12 @@ Linux-gcc-x86_64:
161
164
Linux-gcc-x86_64-install : Linux-gcc-x86_64
162
165
cp libhoard.so $(PREFIX )
163
166
167
+ Linux-gcc-unknown :
168
+ $(LINUX_GCC_UNKNOWN_COMPILE )
169
+
170
+ Linux-gcc-unknown-install : Linux-gcc-unknown
171
+ cp libhoard.so $(PREFIX )
172
+
164
173
SunOS-sunw-sparc :
165
174
$(SUNOS_SUNW_SPARC_COMPILE_32 )
166
175
$(SUNOS_SUNW_SPARC_COMPILE_64 )
You can’t perform that action at this time.
0 commit comments