Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mh-lynxrs6k « config - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2793996eff3e07b9788bc93dac31380dfc21da4 (plain)
1
2
3
4
5
6
7
8
# 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