-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
GCC's -m
flags stand for "machine", and are backend-specific. For better or worse. This means that passing -m64
is not valid for compilers that target Arm, for example if you are using an aarch64 Linux or Darwin computer.
Places this occurs:
Line 20 in b9d897b
- "-m64" |
Line 35 in b9d897b
- "-m64" |
Line 18 in b9d897b
- "-m64" |
Line 34 in b9d897b
- "-m64" |
Unity/test/targets/gcc_auto_limits.yml
Line 18 in b9d897b
- "-m64" |
Unity/test/targets/gcc_auto_limits.yml
Line 34 in b9d897b
- "-m64" |
Unity/test/targets/gcc_manual_math.yml
Line 18 in b9d897b
- "-m64" |
Unity/test/targets/gcc_manual_math.yml
Line 34 in b9d897b
- "-m64" |
Unity/test/targets/gcc_auto_stdint.yml
Line 18 in b9d897b
- "-m64" |
Unity/test/targets/gcc_auto_stdint.yml
Line 47 in b9d897b
- "-m64" |