common: fix XBPS_{,TARGET_}{ENDIAN,LIBC,WORDSIZE}

My first attempt was not working at all.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-08-03 23:07:23 +02:00
parent 6a1b977e0c
commit f1a7dfbfef
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8
38 changed files with 75 additions and 40 deletions

View file

@ -1,4 +1,3 @@
XBPS_WORDSIZE=32
XBPS_TARGET_CFLAGS="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
XBPS_TARGET_FFLAGS=""