Use 'size -B' instead of 'size -G' to determine BSS size.

The -G option is a relatively recent addition, so fails on older
systems (issue #11).
This commit is contained in:
Martin Whitaker
2021-09-02 18:11:30 +01:00
parent a4afd784ce
commit abbee1a25f
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#include "string.h"
#define DEBUG 0
#define DEBUG 1
//------------------------------------------------------------------------------
// Constants