]> git.tdb.fi Git - builder.git/commit
Use a more appropriate check for adding -m<bits> flag
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Jun 2019 12:37:02 +0000 (15:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 3 Jun 2019 12:37:02 +0000 (15:37 +0300)
commitcb0be83edbfeea6c649705a045dc3a3b990e9ce3
treeb5e2881508385778299922d78c838671e034e3c1
parent8b00d5bf0babe27131fd340319c632aa61a03a96
Use a more appropriate check for adding -m<bits> flag

The bits check was redundant because it's already included in the native
flag.  On the other hand -m<bits> is not supported on all architectures,
in particular on ARM.
source/gnucompiler.cpp