Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy Viewer
Third Party
3p-expat
Commits
bfe3c4d6
Commit
bfe3c4d6
authored
Dec 09, 2011
by
Dave Huseby
Browse files
adding debug build for linux
parent
e31115a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
.hgignore
0 → 100644
View file @
bfe3c4d6
syntax: glob
stage/
autobuild-parabuild-bootstrap/
.*.swp
autobuild.xml
View file @
bfe3c4d6
...
...
@@ -84,6 +84,9 @@
<string>
lib/release/*.a
</string>
<string>
lib/release/*.so.*
</string>
<string>
lib/release/*.so
</string>
<string>
lib/debug/*.a
</string>
<string>
lib/debug/*.so.*
</string>
<string>
lib/debug/*.so
</string>
</array>
<key>
name
</key>
<string>
linux
</string>
...
...
build-cmd.sh
View file @
bfe3c4d6
...
...
@@ -69,17 +69,19 @@ pushd "$top/$EXPAT_SOURCE_DIR"
;;
'linux'
)
PREFIX
=
"
$STAGING_DIR
"
CFLAGS
=
"-m32"
CC
=
"gcc-4.1"
./configure
--prefix
=
"
$PREFIX
"
CFLAGS
=
"-m32"
CC
=
"gcc-4.1"
./configure
--prefix
=
"
$PREFIX
"
--libdir
=
"
$PREFIX
/lib/release"
make
make
install
mv
"
$PREFIX
/lib"
"
$PREFIX
/release"
mkdir
-p
"
$PREFIX
/lib/"
mv
"
$PREFIX
/release"
"
$PREFIX
/lib/"
mv
"
$PREFIX
/include"
"
$PREFIX
/expat"
mkdir
-p
"
$PREFIX
/include"
mv
"
$PREFIX
/expat"
"
$PREFIX
/include"
make distclean
CFLAGS
=
"-m32 -O0 -gstabs+"
./configure
--prefix
=
"
$PREFIX
"
--libdir
=
"
$PREFIX
/lib/debug"
make
make
install
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment