home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
NeXT
/
GnuSource
/
cc-61.0.1
/
cc
/
NeXT-install
< prev
next >
Wrap
Text File
|
1991-04-03
|
348b
|
16 lines
#!/bin/sh
# Configure a release from FSF for use on the NeXT.
# Replace "__" with "_" in optabs.c:
mv optabs.c optabs.c.orig
sed s/__/_/ < optabs.c.orig > optabs.c
# Move in NeXT files:
mv config/tm-next.h config/tm-next.h.orig
cp -p config/tm-next.h-NeXT config/tm-next.h
# Apply NeXT patches:
patch -N < NeXT-diffs
patch -N < NeXT-OBJC-diffs