home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gcc-2.7.2.1-base.tgz
/
gcc-2.7.2.1-base.tar
/
fsf
/
gcc
/
config
/
elxsi
/
x-elxsi
< prev
next >
Wrap
Text File
|
1992-11-26
|
247b
|
10 lines
# 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