##// END OF EJS Templates
More cleanup, added subdirectories inside include dir, cleaned include tree,...
More cleanup, added subdirectories inside include dir, cleaned include tree, Doxygen configured, started doxygen documentation.

File last commit:

r63:68dfbccdd813 dev_alexis
r72:6ad096835359 dev_alexis
Show More
arm-none-eabi.conf
41 lines | 1.2 KiB | text/plain | TextLexer
New version totaly integrated to Qt through custom sdk build!...
r47 #
# qmake configuration for arm-none-eabi
#
CONFIG +=
QMAKE_CC = arm-none-eabi-gcc
Added Simulator target to run code on x86 and debug functions....
r63 QMAKE_CFLAGS +=
New version totaly integrated to Qt through custom sdk build!...
r47 QMAKE_CFLAGS_DEPS += -M
QMAKE_CFLAGS_WARN_ON += -Wall
QMAKE_CFLAGS_WARN_OFF += -w
Added Simulator target to run code on x86 and debug functions....
r63 QMAKE_CFLAGS_RELEASE += -O3
New version totaly integrated to Qt through custom sdk build!...
r47 QMAKE_CFLAGS_DEBUG += -g -O0
QMAKE_CXX = arm-none-eabi-g++
QMAKE_CXXFLAGS += $$QMAKE_CFLAGS s
QMAKE_CXXFLAGS_DEPS += $$QMAKE_CFLAGS_DEPS
QMAKE_CXXFLAGS_WARN_ON += $$QMAKE_CFLAGS_WARN_ON
QMAKE_CXXFLAGS_WARN_OFF += $$QMAKE_CFLAGS_WARN_OFF
QMAKE_CXXFLAGS_RELEASE += $$QMAKE_CFLAGS_RELEASE
QMAKE_CXXFLAGS_DEBUG += $$QMAKE_CFLAGS_DEBUG
QMAKE_CXXFLAGS_SHLIB += $$QMAKE_CFLAGS_SHLIB
QMAKE_CXXFLAGS_STATIC_LIB += $$QMAKE_CFLAGS_STATIC_LIB
QMAKE_CXXFLAGS_YACC += $$QMAKE_CFLAGS_YACC
QMAKE_CXXFLAGS_HIDESYMS += $$QMAKE_CFLAGS_HIDESYMS
QMAKE_LINK = arm-none-eabi-gcc
QMAKE_LINK_SHLIB = arm-none-eabi-gcc
QMAKE_LINK_C = arm-none-eabi-gcc
QMAKE_LINK_C_SHLIB = arm-none-eabi-gcc
QMAKE_LFLAGS +=
Added Simulator target to run code on x86 and debug functions....
r63 QMAKE_LFLAGS_RELEASE += -O3
New version totaly integrated to Qt through custom sdk build!...
r47 QMAKE_LFLAGS_DEBUG +=
QMAKE_LFLAGS_APP +=
QMAKE_LFLAGS_SHLIB +=
QMAKE_LFLAGS_PLUGIN += $$QMAKE_LFLAGS_SHLIB
QMAKE_LFLAGS_THREAD +=
QMAKE_AR = arm-none-eabi-ar -ru
QMAKE_LIB = arm-none-eabi-ar -ru
QMAKE_RANLIB =