94b2505ecb
- remove commented out FLAVORS, and merge ssl FLAVOR into main package - build regress tests (not everything is working, but at least they're here) - add native-connect:permit to systrace.filter, idl absolutely wants to connect to the nearest dns server during build. Gross. - remove shitload of now unneeded patches - some tweaks from ajacoutot@/jasper@ Build-tested on : - gcc3 archs: arm (fails) by sthen@, alpha by naddy@, mips64 by jasper@ - gcc4 archs: sparc64/amd64/macppc by my$self ok jasper@
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
$OpenBSD: patch-ir_Makefile,v 1.2 2010/09/22 08:42:53 landry Exp $
|
|
--- ir/Makefile.orig Fri Jul 25 15:41:51 2008
|
|
+++ ir/Makefile Mon Sep 13 21:10:57 2010
|
|
@@ -63,6 +63,10 @@ HAVE_STATIC := yes
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(build_cpu), sparc)
|
|
+ir_impl.o: CXXFLAGS=$(patsubst -O%,,$(CXXFLAGS))
|
|
+endif
|
|
+
|
|
# normal rules
|
|
|
|
all: lib prg
|