File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3939 @echo generic-gcc
4040 @echo windows
4141
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
4343
4444#
4545# Source files
@@ -83,6 +83,9 @@ LINUX_GCC_x86_COMPILE = g++ -std=c++11 -m32 $(CPPFLAGS) -I/usr/include/nptl -ffa
8383
8484LINUX_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
8585
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+
8689# 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
8790
8891LINUX_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:
161164Linux-gcc-x86_64-install : Linux-gcc-x86_64
162165 cp libhoard.so $(PREFIX )
163166
167+ Linux-gcc-unknown :
168+ $(LINUX_GCC_UNKNOWN_COMPILE )
169+
170+ Linux-gcc-unknown-install : Linux-gcc-unknown
171+ cp libhoard.so $(PREFIX )
172+
164173SunOS-sunw-sparc :
165174 $(SUNOS_SUNW_SPARC_COMPILE_32 )
166175 $(SUNOS_SUNW_SPARC_COMPILE_64 )
You can’t perform that action at this time.
0 commit comments