mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
|
|
CC = $(OLDCC)
|
|
OLDCC = /bin/gcc
|
|
|
|
# /bin/sh is too buggy, so use /bin/bash instead.
|
|
SHELL = /bin/bash
|