summaryrefslogtreecommitdiff
path: root/mkspecs
authorllornkcor <llornkcor>2003-11-15 11:51:30 (UTC)
committer llornkcor <llornkcor>2003-11-15 11:51:30 (UTC)
commit0b0c071017298ebd189420f85b5aa8d44885c50e (patch) (side-by-side diff)
treee863d78b8ba76acdc6c5d4fbf736c717d3ff4bee /mkspecs
parent53a817c9b0f78b0a60c7f84124097b389798afb8 (diff)
downloadopie-0b0c071017298ebd189420f85b5aa8d44885c50e.zip
opie-0b0c071017298ebd189420f85b5aa8d44885c50e.tar.gz
opie-0b0c071017298ebd189420f85b5aa8d44885c50e.tar.bz2
deal with buggy arm-linux-gcc: -x c++
Diffstat (limited to 'mkspecs') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/qws/linux-sharp-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/qws/linux-sharp-g++/qmake.conf b/mkspecs/qws/linux-sharp-g++/qmake.conf
index 74e10c9..3e25a1e 100644
--- a/mkspecs/qws/linux-sharp-g++/qmake.conf
+++ b/mkspecs/qws/linux-sharp-g++/qmake.conf
@@ -13,7 +13,7 @@ QMAKE_LEX = flex
QMAKE_LEXFLAGS =
QMAKE_YACC = yacc
QMAKE_YACCFLAGS = -d
-QMAKE_CFLAGS = -pipe $(CFLAGS_EXTRA)
+QMAKE_CFLAGS = -x c++ -pipe $(CFLAGS_EXTRA)
QMAKE_CFLAGS_WARN_ON = -Wall -W
QMAKE_CFLAGS_WARN_OFF =
QMAKE_CFLAGS_RELEASE = $(if $(CFLAGS_RELEASE),$(CFLAGS_RELEASE), -O2)