mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
062cd21bb1
recent FreeBSD versions and allows to remove all of the gcc 3.x fixes. sscli now supports Darwin/ppc, so that it might be possible to port it to FreeBSD/ppc once it is available.
15 lines
394 B
Plaintext
15 lines
394 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- tools/cppmunge/makefile.in 2003/04/25 07:24:34 1.1
|
|
+++ tools/cppmunge/makefile.in 2003/04/25 07:25:00
|
|
@@ -18,7 +18,7 @@
|
|
# ============================================================================
|
|
|
|
BIGENDIAN=@BIGENDIAN@
|
|
-CFLAGS = -g -Wall -O2 $(BIGENDIAN)
|
|
+CFLAGS += -fno-builtin -fno-exceptions -fno-rtti $(BIGENDIAN)
|
|
TARGET_NAME = $(TARGETCOMPLUS)/cppmunge
|
|
CC = @CC@
|
|
|