You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jffi/files/1.0.0-gcc-3.4.patch

15 lines
327 B

diff --git a/jni/GNUmakefile b/jni/GNUmakefile
index 7a027af..eaba319 100755
--- a/jni/GNUmakefile
+++ b/jni/GNUmakefile
@@ -188,9 +188,6 @@ endif
ifeq ($(CPU), i386)
MODEL = 32
- ifeq ($(findstring $(OS), openbsd darwin mingw32 win32),)
- CFLAGS += -march=i586 -mtune=generic
- endif
endif
ifeq ($(CPU), amd64)