home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Source
/
GNU
/
cc
/
config
/
elxsi
/
x-elxsi
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-27
|
247 b
|
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