Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
7c51ce6e
You need to sign in or sign up before continuing.
Commit
7c51ce6e
authored
Apr 09, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
browser: chromium available on loongaarch64
parent
95031c37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
config.mk
features.in/browser/config.mk
+2
-2
No files found.
features.in/browser/config.mk
View file @
7c51ce6e
...
@@ -11,7 +11,7 @@ BROWSERS_aarch64 = chromium netsurf epiphany falkon elinks links2
...
@@ -11,7 +11,7 @@ BROWSERS_aarch64 = chromium netsurf epiphany falkon elinks links2
BROWSERS_armh = netsurf epiphany falkon elinks links2
BROWSERS_armh = netsurf epiphany falkon elinks links2
BROWSERS_mipsel = seamonkey netsurf epiphany falkon elinks links2
BROWSERS_mipsel = seamonkey netsurf epiphany falkon elinks links2
BROWSERS_riscv64 = epiphany midori netsurf elinks
BROWSERS_riscv64 = epiphany midori netsurf elinks
BROWSERS_loongarch64 = epiphany midori netsurf elinks
BROWSERS_loongarch64 =
chromium
epiphany midori netsurf elinks
BROWSERS_e2k = netsurf elinks links2
BROWSERS_e2k = netsurf elinks links2
BROWSERS_e2kv4 := $(BROWSERS_e2k)
BROWSERS_e2kv4 := $(BROWSERS_e2k)
BROWSERS := $(BROWSERS_$(ARCH))
BROWSERS := $(BROWSERS_$(ARCH))
...
@@ -19,7 +19,7 @@ BROWSERS := $(BROWSERS_$(ARCH))
...
@@ -19,7 +19,7 @@ BROWSERS := $(BROWSERS_$(ARCH))
$(addprefix use/browser/,$(BROWSERS)): use/browser/%: use/browser
$(addprefix use/browser/,$(BROWSERS)): use/browser/%: use/browser
@$(call set,THE_BROWSER,$*)
@$(call set,THE_BROWSER,$*)
ifneq (,$(filter-out x86_64 aarch64,$(ARCH)))
ifneq (,$(filter-out x86_64 aarch64
loongarch64
,$(ARCH)))
use/browser/chromium: use/browser/firefox use/browser/firefox/esr; @:
use/browser/chromium: use/browser/firefox use/browser/firefox/esr; @:
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment