Add lucid targets

This commit is contained in:
Andreas Öman 2012-09-26 14:15:18 +02:00
parent 90401151cf
commit 98376e57e1
2 changed files with 4 additions and 0 deletions

2
Autobuild/lucid-amd64.sh Normal file
View file

@ -0,0 +1,2 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-_} --arch=x86_64"
source Autobuild/debian.sh

2
Autobuild/lucid-i386.sh Normal file
View file

@ -0,0 +1,2 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-_} --arch=i686"
source Autobuild/debian.sh