1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com>

This commit is contained in:
Marc G. Fournier
1997-03-25 07:16:36 +00:00
parent 1a63f48b28
commit 52ab6525fb
3 changed files with 51 additions and 2 deletions

3
src/config.sub vendored
View File

@@ -671,6 +671,9 @@ case $os in
-unixware* | svr4*)
os=-sysv4
;;
-univel*)
os=-sysv4
;;
-gnu/linux*)
os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
;;