mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
503a9453ff
- HAS_CONFIGURE -> GNU_CONFIGURE; - Don't bind to any particular virtual machine - install jit into ${LOCALBASE}/lib/tya; - Respect CFLAGS.
27 lines
678 B
Plaintext
27 lines
678 B
Plaintext
--- Makefile.in 2000/09/10 20:08:34 1.1
|
|
+++ Makefile.in 2000/09/10 20:08:38
|
|
@@ -12,12 +12,12 @@
|
|
#TARGETFLAGS =-DDEBUG
|
|
|
|
# GCC specific options:
|
|
-COPTFLAGS=-O3
|
|
+#COPTFLAGS=-O3
|
|
#COPTFLAGS=-O6 -v
|
|
|
|
|
|
# CPU specific options:
|
|
-POPTFLAGS=-m486 -malign-loops=4 -malign-functions=4 -malign-jumps=4
|
|
+POPTFLAGS=-malign-loops=4 -malign-functions=4 -malign-jumps=4
|
|
|
|
|
|
#_____________________________________________________________
|
|
@@ -32,7 +32,7 @@
|
|
CSOURCES=tya.c tyarechelp.c tyarecode.c tyautil.c tyaruntime.c tyaexc.c
|
|
|
|
#
|
|
-CFLAGS = -Wall -pipe -shared $(COPTFLAGS) $(POPTFLAGS) $(TARGETFLAGS)
|
|
+CFLAGS += -Wall -shared $(COPTFLAGS) $(POPTFLAGS) $(TARGETFLAGS)
|
|
|
|
all: $(TARGET)
|
|
|