summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-10-13 23:02:13 (UTC)
committer kergoth <kergoth>2002-10-13 23:02:13 (UTC)
commit72c07a1db3bad19fa227fc6fb482afe517d18095 (patch) (side-by-side diff)
tree4cc5e7a9d5df7935a0cb93c569523b452d9d3972
parent44957286ba1f66c37100e764de7e61d3a7a7bab6 (diff)
downloadopie-72c07a1db3bad19fa227fc6fb482afe517d18095.zip
opie-72c07a1db3bad19fa227fc6fb482afe517d18095.tar.gz
opie-72c07a1db3bad19fa227fc6fb482afe517d18095.tar.bz2
Should be using arm-linux-gcc, not arm-linux-g++, to link
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configs/linux-sharp-g++-shared4
-rw-r--r--configs/linux-sharp-g++-shared-debug4
-rw-r--r--configs/linux-sharp-g++-static4
-rw-r--r--configs/linux-sharp-g++-static-debug4
4 files changed, 8 insertions, 8 deletions
diff --git a/configs/linux-sharp-g++-shared b/configs/linux-sharp-g++-shared
index 1654f00..9c1dd03 100644
--- a/configs/linux-sharp-g++-shared
+++ b/configs/linux-sharp-g++-shared
@@ -32,7 +32,7 @@ SYSCONF_LIBS_OPENGL =
SYSCONF_LIBS_YACC =
# Linking applications
-SYSCONF_LINK = arm-linux-g++
+SYSCONF_LINK = arm-linux-gcc
SYSCONF_LFLAGS =
SYSCONF_LIBS =
@@ -56,7 +56,7 @@ SYSCONF_UIC = $(QTDIR)/bin/uic
# - Place target in $(DESTDIR) - which has a trailing /
# - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
#
-SYSCONF_LINK_SHLIB = arm-linux-g++
+SYSCONF_LINK_SHLIB = arm-linux-gcc
SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \
$(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \
diff --git a/configs/linux-sharp-g++-shared-debug b/configs/linux-sharp-g++-shared-debug
index 60d1224..810eef5 100644
--- a/configs/linux-sharp-g++-shared-debug
+++ b/configs/linux-sharp-g++-shared-debug
@@ -32,7 +32,7 @@ SYSCONF_LIBS_OPENGL =
SYSCONF_LIBS_YACC =
# Linking applications
-SYSCONF_LINK = arm-linux-g++
+SYSCONF_LINK = arm-linux-gcc
SYSCONF_LFLAGS =
SYSCONF_LIBS =
@@ -56,7 +56,7 @@ SYSCONF_UIC = $(QTDIR)/bin/uic
# - Place target in $(DESTDIR) - which has a trailing /
# - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
#
-SYSCONF_LINK_SHLIB = arm-linux-g++
+SYSCONF_LINK_SHLIB = arm-linux-gcc
SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \
$(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \
diff --git a/configs/linux-sharp-g++-static b/configs/linux-sharp-g++-static
index a575482..15e4c7f 100644
--- a/configs/linux-sharp-g++-static
+++ b/configs/linux-sharp-g++-static
@@ -32,7 +32,7 @@ SYSCONF_LIBS_OPENGL =
SYSCONF_LIBS_YACC =
# Linking applications
-SYSCONF_LINK = arm-linux-g++
+SYSCONF_LINK = arm-linux-gcc
SYSCONF_LFLAGS =
SYSCONF_LIBS =
@@ -56,7 +56,7 @@ SYSCONF_UIC = $(QTDIR)/bin/uic
# - Place target in $(DESTDIR) - which has a trailing /
# - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
#
-SYSCONF_LINK_SHLIB = arm-linux-g++
+SYSCONF_LINK_SHLIB = arm-linux-gcc
SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \
$(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \
diff --git a/configs/linux-sharp-g++-static-debug b/configs/linux-sharp-g++-static-debug
index e5b0ac8..d7715ed 100644
--- a/configs/linux-sharp-g++-static-debug
+++ b/configs/linux-sharp-g++-static-debug
@@ -32,7 +32,7 @@ SYSCONF_LIBS_OPENGL =
SYSCONF_LIBS_YACC =
# Linking applications
-SYSCONF_LINK = arm-linux-g++
+SYSCONF_LINK = arm-linux-gcc
SYSCONF_LFLAGS =
SYSCONF_LIBS =
@@ -56,7 +56,7 @@ SYSCONF_UIC = $(QTDIR)/bin/uic
# - Place target in $(DESTDIR) - which has a trailing /
# - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
#
-SYSCONF_LINK_SHLIB = arm-linux-g++
+SYSCONF_LINK_SHLIB = arm-linux-gcc
SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \
$(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \