mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
9ea2a99edb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
# LynxOS running on the rs6000 doesn't have ranlib
|
|
RANLIB = true
|
|
|
|
# /bin/cc is less than useful for our purposes. Always use GCC
|
|
CC = /usr/cygnus/progressive/bin/gcc
|
|
|
|
# /bin/sh is too buggy, so use /bin/bash instead.
|
|
SHELL = /bin/bash
|