File tree 8 files changed +3
-32
lines changed
8 files changed +3
-32
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ RUN apt-get update && apt-get upgrade -y && \
9
9
pkg-config \
10
10
libboost-all-dev \
11
11
libcurl4-gnutls-dev \
12
- clang-tidy
12
+ clang-tidy
Original file line number Diff line number Diff line change 9
9
url = https://github.com/AntelopeIO/cdt-libcxx
10
10
[submodule "libraries/native/softfloat "]
11
11
path = libraries/native/softfloat
12
- url = https://github.com/AntelopeIO/berkeley-softfloat-3
13
- [submodule "tools/external/antler-proj "]
14
- path = tools/external/antler-proj
15
- url = https://github.com/AntelopeIO/antler-proj
12
+ url = https://github.com/AntelopeIO/berkeley-softfloat-3
Original file line number Diff line number Diff line change @@ -93,17 +93,6 @@ configure_file(${CMAKE_SOURCE_DIR}/cdt-llvm/LICENSE.TXT ${CMAKE_BINARY_DIR}/lice
93
93
configure_file (${CMAKE_SOURCE_DIR} /libraries/boost/boost.license ${CMAKE_BINARY_DIR} /licenses/boost.license COPYONLY )
94
94
configure_file (${CMAKE_SOURCE_DIR} /libraries/meta_refl/LICENSE ${CMAKE_BINARY_DIR} /licenses/meta_refl.license COPYONLY )
95
95
configure_file (${CMAKE_SOURCE_DIR} /tools/external/wabt/LICENSE ${CMAKE_BINARY_DIR} /licenses/wabt.license COPYONLY )
96
- configure_file (${CMAKE_SOURCE_DIR} /tools/external/antler-proj/LICENSE ${CMAKE_BINARY_DIR} /licenses/antler-proj.license COPYONLY )
97
- file (GLOB license_files ${CMAKE_SOURCE_DIR} /tools/external/antler-proj/licenses/*)
98
- # add licenses for antler-proj submodules
99
- foreach (full_path IN ITEMS ${license_files} )
100
- # change format to match other license filenames
101
- get_filename_component (file_name ${full_path} NAME )
102
- string (REPLACE "LICENSE." "" file_name ${file_name} )
103
- string (TOLOWER ${file_name} file_name)
104
- set (file_name "${file_name} .license" )
105
- configure_file ("${full_path} " "${CMAKE_BINARY_DIR} /licenses/${file_name} " COPYONLY )
106
- endforeach ()
107
96
configure_file (${CMAKE_SOURCE_DIR} /tools/jsoncons/LICENSE ${CMAKE_BINARY_DIR} /licenses/jsoncons.license COPYONLY )
108
97
configure_file (${CMAKE_SOURCE_DIR} /LICENSE ${CMAKE_BINARY_DIR} /licenses/cdt.license COPYONLY )
109
98
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ cdt_tool_install_and_symlink(cdt-cpp cdt-cpp)
74
74
cdt_tool_install_and_symlink(cdt-ld cdt-ld)
75
75
cdt_tool_install_and_symlink(cdt-abidiff cdt-abidiff)
76
76
cdt_tool_install_and_symlink(cdt-init cdt-init)
77
- cdt_tool_install_and_symlink(antler-proj antler-proj)
78
77
79
78
cdt_clang_install(../lib/LLVMEosioApply${CMAKE_SHARED_LIBRARY_SUFFIX} )
80
79
cdt_clang_install(../lib/LLVMEosioSoftfloat${CMAKE_SHARED_LIBRARY_SUFFIX} )
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ create_symlink cdt-objdump cdt-objdump
74
74
create_symlink cdt-ranlib cdt-ranlib
75
75
create_symlink cdt-readelf cdt-readelf
76
76
create_symlink cdt-strip cdt-strip
77
- create_symlink antler-proj antler-proj
78
- create_symlink antler-proj cdt-proj
79
77
80
78
echo " Generating Tarball $NAME .tar.gz..."
81
79
tar -cvzf $NAME .tar.gz ./${PREFIX} /* || exit 1
Original file line number Diff line number Diff line change @@ -79,13 +79,3 @@ add_subdirectory(init)
79
79
add_subdirectory (external)
80
80
81
81
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /include /compiler_options.hpp.in ${CMAKE_BINARY_DIR} /compiler_options.hpp)
82
-
83
- add_custom_command ( OUTPUT ${CMAKE_BINARY_DIR} /bin/antler-proj
84
- COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:antler-proj> ${CMAKE_BINARY_DIR} /bin/
85
- DEPENDS antler-proj
86
- WORKING_DIRECTORY ${CMAKE_BINARY_DIR} /external/antler-proj/tools
87
- )
88
-
89
- add_custom_target (copy_files ALL
90
- DEPENDS ${CMAKE_BINARY_DIR} /bin/antler-proj
91
- )
Original file line number Diff line number Diff line change 1
- add_subdirectory (wabt)
2
- add_subdirectory (antler-proj)
1
+ add_subdirectory (wabt)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments