[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Roberto Rodriguez |
Subject: |
|
Date: |
Sat, 5 Oct 2013 00:59:35 -0400 |
Hi:
I want to know if you can add my os to the config files. I am working
on it. at the momment is not public. The name is RYMOS
if can be added here are the patches
--- work/pkg-config-0.28/patch/org/config.guess 2013-09-23
16:32:29.012320768 -0400
+++ work/pkg-config-0.28/patch/config.guess 2013-10-01 17:51:07.000000000
-0400
@@ -1230,6 +1209,12 @@
x86_64:Haiku:*:*)
echo x86_64-unknown-haiku
exit ;;
+ BePC:RYMOS:*:*) # RYMOS running on Intel PC compatible.
+ echo i586-pc-RYMOS
+ exit ;;
+ x86_64:RYMOS:*:*)
+ echo x86_64-unknown-RYMOS
+ exit ;;
SX-4:SUPER-UX:*:*)
echo sx4-nec-superux${UNAME_RELEASE}
exit ;;
--- work/pkg-config-0.28/patch/org/config.sub 2013-09-23
16:32:29.020447232 -0400
+++ work/pkg-config-0.28/patch/config.sub 2013-10-01 17:49:36.000000000
-0400
@@ -1374,7 +1376,7 @@
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
+ | -skyos* | -haiku* | -RYMOS* | -rdos* | -toppers* | -drops* |
-es*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
@@ -1392,7 +1394,7 @@
os=`echo $os | sed -e 's|nto|nto-qnx|'`
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
- | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku*
\
+ | -windows* | -osx | -abug | -netware* | -os9* | -beos* |
-haiku* | -RYMOS* \
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
;;
-mac*)
@@ -1607,6 +1609,9 @@
*-haiku)
os=-haiku
;;
+ *-RYMOS)
+ os=-RYMOS
+ ;;
*-ibm)
os=-aix
;;
--
Roberto Rodriguez
(787) 664-1109
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [no subject],
Roberto Rodriguez <=