Sign in
gnu
/
gcc
/
96e055f719ec2f88fb47185ae05eea5c752bd0fd
/
.
/
gcc
/
config
/
elxsi
/
x-elxsi
blob: 30a458d87b4667b5ab8ad3301ecbc2fe5ade56a9 [
file
] [
log
] [
blame
]
# Our make needs a little help...
MAKE
=
make
# We don't support -g yet, so don't try and use it.
CFLAGS
=
LIBGCC2_CFLAGS
=
-
O2 $
(
GCC_CFLAGS
)
# Hide xmalloc so that it does not conflict with the one in libc.a, Ick!
X_CFLAGS
=
-
Dxmalloc
=
my_xmalloc