remove added hints file

append the -fno-common to the existing Makefile
This commit is contained in:
nhmall
2020-05-18 23:24:29 -04:00
parent 98ba1bdf20
commit 696aaf8b8d
2 changed files with 2 additions and 63 deletions
+2 -1
View File
@@ -12,9 +12,10 @@ matrix:
- make install
- name: linux-nocommon-xenial-gcc
os: linux
env: HINTS=linux-travis LUA_VERSION=5.3.5
env: HINTS=linux LUA_VERSION=5.3.5
compiler: gcc
script:
- echo "CFLAGS+=-fno-common" >>sys/unix/hints/linux
- cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../
- make fetch-lua
- test -d "lib/lua-$LUA_VERSION/src" || exit 0