mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-07 03:58:48 +00:00
6 lines
144 B
Plaintext
6 lines
144 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 = /bin/gcc
|