macppc is gcc3 now, no need for workarounds

This commit is contained in:
pvalchev 2004-10-29 20:59:59 +00:00
parent 7a35324e08
commit 9e7b26d563
2 changed files with 1 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2004/08/10 09:14:47 xsa Exp $
# $OpenBSD: Makefile,v 1.18 2004/10/29 20:59:59 pvalchev Exp $
COMMENT= "Emacs Lisp-like runtime library"
@ -26,14 +26,6 @@ PERMIT_DISTFILES_FTP= Yes
GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OPSYS_VER}
SUBST_VARS= GNU_ARCH VERSION
.include <bsd.own.mk>
USE_GCC3?= No
.if ${MACHINE_ARCH:Mpowerpc} && ${USE_GCC3:L} == "no"
PATCH_LIST= gcc-* patch-*
.endif
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static

View File

@ -1,13 +0,0 @@
$OpenBSD: gcc-patch-src_Makefile_in,v 1.1 2003/05/15 05:26:58 margarida Exp $
--- src/Makefile.in.orig Mon Dec 17 21:23:55 2001
+++ src/Makefile.in Wed May 14 22:16:44 2003
@@ -134,6 +134,9 @@ rep-config : rep-config.sh Makefile
repdoc : repdoc.o
$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $^ $(GDBM_LIBS)
+lispmach.lo safemach.lo:
+ $(rep_LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) -O0 $<
+
sdbm.la : $(SDBM_LOBJS) repsdbm.lo
$(rep_DL_LD) $(LDFLAGS) -o $@ $^