Skip to content

Commit 994ce26

Browse files
committed
Remove needless toolchain files and variable settings.
Unnecessary to set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR set, these values are set by default. Its also able to use any C99-compliant compiler by use the default CC enviroment variable or set the CMAKE_C_COMPILER value using the build script cmake-param argument. JerryScript-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
1 parent d5eb2f0 commit 994ce26

7 files changed

+0
-106
lines changed

cmake/toolchain_afl_i686.cmake

Lines changed: 0 additions & 20 deletions
This file was deleted.

cmake/toolchain_afl_x86_64.cmake

Lines changed: 0 additions & 22 deletions
This file was deleted.

cmake/toolchain_darwin_x86_64.cmake

Lines changed: 0 additions & 20 deletions
This file was deleted.

cmake/toolchain_linux_armv7l-el.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
set(CMAKE_SYSTEM_NAME Linux)
16-
set(CMAKE_SYSTEM_PROCESSOR armv7l-el)
17-
1815
set(CMAKE_C_COMPILER arm-linux-gnueabi-gcc)
1916

2017
set(FLAGS_COMMON_ARCH -mlittle-endian -mthumb)

cmake/toolchain_linux_armv7l.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
set(CMAKE_SYSTEM_NAME Linux)
16-
set(CMAKE_SYSTEM_PROCESSOR armv7l)
17-
1815
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
1916
#
2017
# Limit fpu to VFPv3 with d0-d15 registers

cmake/toolchain_linux_i686.cmake

Lines changed: 0 additions & 18 deletions
This file was deleted.

cmake/toolchain_linux_x86_64.cmake

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)