commit | ba423addddbc43be1e3bddca727332a9bfe3cb46 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sat Mar 27 13:03:37 1999 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sat Mar 27 13:03:37 1999 +0000 |
tree | c9dbac9421938b445eedf8a995a677026e0aa604 | |
parent | 67da3df72e782ebba0bae763e70e42a2c2800899 [diff] [blame] |
Linux PPC support.
diff --git a/config b/config index 690f663..3deaf94 100755 --- a/config +++ b/config
@@ -303,6 +303,7 @@ # more time that I want to waste at the moment case "$GUESSOS" in alpha-*-linux2) OUT="alpha-gcc" ;; + ppc-*-linux2) OUT="linux-ppc" ;; *-*-linux2) OUT="linux-elf" ;; *-*-linux1) OUT="linux-aout" ;; sun4*-sun-solaris2) OUT="solaris-sparc-$CC" ;;