diff --git a/cmake/config/config_noarch-linux.cmake b/cmake/config/config_generic-linux.cmake similarity index 89% rename from cmake/config/config_noarch-linux.cmake rename to cmake/config/config_generic-linux.cmake index e665b744..f1f38298 100644 --- a/cmake/config/config_noarch-linux.cmake +++ b/cmake/config/config_generic-linux.cmake @@ -1,4 +1,4 @@ -# Copyright 2017 Samsung Electronics Co., Ltd. +# Copyright 2017-present Samsung Electronics Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,10 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file is used for compilation without any compiler flags or +# This file is used for compilation without any compiler flags or # cross compilation options. Default make always checks for CPU # and operating system and tries to find config_cpu_os.cmake. # # This file you can include using flags: -# $ TUV_PLATFORM=noarch-linux make - +# $ TUV_PLATFORM=generic-linux make diff --git a/cmake/config/config_noarch-tizen.cmake b/cmake/config/config_generic-tizen.cmake similarity index 100% rename from cmake/config/config_noarch-tizen.cmake rename to cmake/config/config_generic-tizen.cmake diff --git a/cmake/option/option_noarch-linux.cmake b/cmake/option/option_generic-linux.cmake similarity index 100% rename from cmake/option/option_noarch-linux.cmake rename to cmake/option/option_generic-linux.cmake diff --git a/cmake/option/option_noarch-tizen.cmake b/cmake/option/option_generic-tizen.cmake similarity index 100% rename from cmake/option/option_noarch-tizen.cmake rename to cmake/option/option_generic-tizen.cmake diff --git a/config/tizen/packaging/libtuv.spec b/config/tizen/packaging/libtuv.spec index 9360f75d..71ae266c 100644 --- a/config/tizen/packaging/libtuv.spec +++ b/config/tizen/packaging/libtuv.spec @@ -30,7 +30,7 @@ Asynchronous I/O for embedded system # Initialize the variables %{!?build_mode: %define build_mode release} %{!?board: %define board None} -%{!?platform: %define platform noarch-tizen} +%{!?platform: %define platform generic-tizen} %package devel Summary: Header files for %{name}