summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'beos/Makefile.target')
-rw-r--r--beos/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index 9a7e79ab8..4edde01a1 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -62,7 +62,7 @@
NETLDFLAGS := -lnetwork
endif
LDFLAGS += -lbe -ltranslation -ltracker $(NETLDFLAGS)
- ifeq ($(GCCVER),2)
+ ifeq ($(CC_MAJOR),2)
LDFLAGS += -lstdc++.r4
else
LDFLAGS += -lstdc++ -lsupc++