mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 20:32:32 +01:00
15 lines
323 B
Plaintext
15 lines
323 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
|
|
|
|
# Show we need to use the C version of ALLOCA
|
|
ALLOCA=alloca.o
|
|
|
|
# configuration for IBM rs6000 running lynx
|
|
|
|
# For some reason, we need -lm for cc1.
|
|
CLIB=-lm
|