author | kergoth <kergoth> | 2002-10-13 23:02:13 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-13 23:02:13 (UTC) |
commit | 72c07a1db3bad19fa227fc6fb482afe517d18095 (patch) (side-by-side diff) | |
tree | 4cc5e7a9d5df7935a0cb93c569523b452d9d3972 /configs | |
parent | 44957286ba1f66c37100e764de7e61d3a7a7bab6 (diff) | |
download | opie-72c07a1db3bad19fa227fc6fb482afe517d18095.zip opie-72c07a1db3bad19fa227fc6fb482afe517d18095.tar.gz opie-72c07a1db3bad19fa227fc6fb482afe517d18095.tar.bz2 |
Should be using arm-linux-gcc, not arm-linux-g++, to link
-rw-r--r-- | configs/linux-sharp-g++-shared | 4 | ||||
-rw-r--r-- | configs/linux-sharp-g++-shared-debug | 4 | ||||
-rw-r--r-- | configs/linux-sharp-g++-static | 4 | ||||
-rw-r--r-- | configs/linux-sharp-g++-static-debug | 4 |
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 @@ -33,5 +33,5 @@ SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = arm-linux-g++ +SYSCONF_LINK = arm-linux-gcc SYSCONF_LFLAGS = SYSCONF_LIBS = @@ -57,5 +57,5 @@ SYSCONF_UIC = $(QTDIR)/bin/uic # - 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) \ 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 @@ -33,5 +33,5 @@ SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = arm-linux-g++ +SYSCONF_LINK = arm-linux-gcc SYSCONF_LFLAGS = SYSCONF_LIBS = @@ -57,5 +57,5 @@ SYSCONF_UIC = $(QTDIR)/bin/uic # - 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) \ 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 @@ -33,5 +33,5 @@ SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = arm-linux-g++ +SYSCONF_LINK = arm-linux-gcc SYSCONF_LFLAGS = SYSCONF_LIBS = @@ -57,5 +57,5 @@ SYSCONF_UIC = $(QTDIR)/bin/uic # - 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) \ 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 @@ -33,5 +33,5 @@ SYSCONF_LIBS_YACC = # Linking applications -SYSCONF_LINK = arm-linux-g++ +SYSCONF_LINK = arm-linux-gcc SYSCONF_LFLAGS = SYSCONF_LIBS = @@ -57,5 +57,5 @@ SYSCONF_UIC = $(QTDIR)/bin/uic # - 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) \ |