Projects
Mega:24.03
protobuf
_service:tar_scm:0002-Fix-CC-compiler-support.p...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:0002-Fix-CC-compiler-support.patch of Package protobuf
From b62fbe3852ea070f1bfbb048e71dfae70c7c71f0 Mon Sep 17 00:00:00 2001 From: wangqiang <wangqiang1@kylinos.cn> Date: Tue, 19 Mar 2024 18:54:13 +0800 Subject: [PATCH] Fix CC compiler support --- third_party/utf8_range/utf8_to_utf16/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/utf8_range/utf8_to_utf16/Makefile b/third_party/utf8_range/utf8_to_utf16/Makefile index 853ffa4..30ef021 100644 --- a/third_party/utf8_range/utf8_to_utf16/Makefile +++ b/third_party/utf8_range/utf8_to_utf16/Makefile @@ -1,10 +1,10 @@ -CC = gcc +CC := ${CC} CPPFLAGS = -g -O3 -Wall -march=native OBJS = main.o iconv.o naive.o utf8to16: ${OBJS} - gcc $^ -o $@ + ${CC} $^ -o $@ .PHONY: clean clean: -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2