1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:57:35 +00:00

Ports: Add m4 port (#856)

This commit is contained in:
Максим Тарасов 2019-12-07 15:14:08 +03:00 committed by Andreas Kling
parent c5ff0da93c
commit 3273dd0478
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,14 @@
diff --git a/config.sub b/config.sub
index 5defff6..040fb4b 100755
--- a/config.sub
+++ b/config.sub
@@ -1222,7 +1222,8 @@ case $os in
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
- | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* \
+ | -serenity*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)