Fix qmake compilation
No need to error out in bootstrapped mode because we don't use -fPIC Change-Id: I0cc2889c75b41968edfd8e801b9161a1eb63f6ef Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
771a3f29f9
commit
d4441b0148
@ -1784,7 +1784,7 @@ Q_CORE_EXPORT int qrand();
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(QT_REDUCE_RELOCATIONS) && defined(__ELF__) && !defined(__PIC__)
|
||||
#if !defined(QT_BOOTSTRAPPED) && defined(QT_REDUCE_RELOCATIONS) && defined(__ELF__) && !defined(__PIC__)
|
||||
# error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
|
||||
"Compile your code with -fPIC or -fPIE."
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user