* [gentoo-commits] gentoo-x86 commit in sci-mathematics/spin/files: spin-6.0.1-makefile.patch
@ 2011-01-01 15:57 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-01 15:57 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/01/01 15:57:09
Added: spin-6.0.1-makefile.patch
Log:
Version bump.
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.1 sci-mathematics/spin/files/spin-6.0.1-makefile.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/files/spin-6.0.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/files/spin-6.0.1-makefile.patch?rev=1.1&content-type=text/plain
Index: spin-6.0.1-makefile.patch
===================================================================
--- makefile.orig 2011-01-01 16:51:18.000000000 +0100
+++ makefile 2011-01-01 16:52:00.000000000 +0100
@@ -13,9 +13,6 @@
# see also ./make_pc for a simpler script, not requiring make
-CC=gcc
-CFLAGS=-O2 -ansi -DNXT -D_POSIX_SOURCE -Wno-format-security # on some systems add: -I/usr/include
-
# CC=cc -m32 # for 32bit compilation on a 64bit system (not recommended)
# for a more picky compilation use gcc-4 and:
# CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g -DNXT -DPC
@@ -43,7 +40,7 @@
tl_mem.o tl_rewrt.o tl_cache.o
spin: $(SPIN_OS) $(TL_OS)
- $(CC) $(CFLAGS) -o spin $(SPIN_OS) $(TL_OS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o spin $(SPIN_OS) $(TL_OS)
spin.o: spin.y
$(YACC) $(YFLAGS) spin.y
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-01 15:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-01 15:57 [gentoo-commits] gentoo-x86 commit in sci-mathematics/spin/files: spin-6.0.1-makefile.patch PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox