Makefile.in: Various fixes for building cygwin32 native toolchains.
* objc/Makefile.in: Various fixes for building cygwin32 native toolchains. * objc/Make-lang.in: Likewise. Co-Authored-By: Geoff Noer <noer@cygnus.com> From-SVN: r18744
This commit is contained in:
parent
e09e14e9ef
commit
35d541d4a8
@ -3,6 +3,9 @@ Sun Mar 22 00:50:42 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* Makefile.in: Various fixes for building cygwin32 native toolchains.
|
||||
|
||||
* objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
|
||||
* objc/Make-lang.in: Likewise.
|
||||
|
||||
Sun Mar 22 00:21:46 1998 R. Ganesan <rganesan@novell.com>
|
||||
|
||||
* configure.in: Handle with-PACKAGE=no correctly
|
||||
|
@ -50,8 +50,8 @@ OBJC_FLAGS_TO_PASS = \
|
||||
|
||||
#
|
||||
# Define the names for selecting Objective-C in LANGUAGES.
|
||||
OBJC objc: cc1obj objc-runtime
|
||||
OBJECTIVE-C objective-c: cc1obj objc-runtime
|
||||
OBJC objc: cc1obj$(exeext) objc-runtime
|
||||
OBJECTIVE-C objective-c: cc1obj$(exeext) objc-runtime
|
||||
|
||||
# Tell GNU make to ignore these if they exist.
|
||||
.PHONY: objective-c objc ObjC
|
||||
@ -62,7 +62,7 @@ OBJC_THREAD_FILE=thr-$(GCC_THREAD_FILE)
|
||||
# Language-specific object files for Objective C.
|
||||
OBJC_OBJS = objc-parse.o objc-act.o $(C_AND_OBJC_OBJS)
|
||||
|
||||
cc1obj: $(P) $(OBJC_OBJS) $(OBJS) $(LIBDEPS)
|
||||
cc1obj$(exeext): $(P) $(OBJC_OBJS) $(OBJS) $(LIBDEPS)
|
||||
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(OBJC_OBJS) $(OBJS) \
|
||||
$(LIBS)
|
||||
|
||||
|
@ -63,7 +63,7 @@ OBJC_H = hash.h objc-list.h sarray.h objc.h objc-api.h \
|
||||
all.indirect: Makefile compiler objc-runtime
|
||||
|
||||
compiler:
|
||||
cd ..; $(MAKE) cc1obj
|
||||
cd ..; $(MAKE) cc1obj$(exeext)
|
||||
|
||||
objc-runtime:
|
||||
cd ..; $(MAKE) libobjc.a
|
||||
|
Loading…
Reference in New Issue
Block a user