After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720119 - simple install: use 'cc', not 'gcc'
simple install: use 'cc', not 'gcc'
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2013-12-09 18:07 UTC by Allison Karlitskaya (desrt)
Modified: 2013-12-16 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
simple install: use 'cc', not 'gcc' (629 bytes, patch)
2013-12-09 18:07 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2013-12-09 18:07:30 UTC
See patch.  This makes ./autogen.sh --simple-install work without having
specifically gcc installed.
Comment 1 Allison Karlitskaya (desrt) 2013-12-09 18:07:31 UTC
Created attachment 263830 [details] [review]
simple install: use 'cc', not 'gcc'

Use 'cc' as the default compiler in the name of increased portability.
Comment 2 Colin Walters 2013-12-16 21:30:45 UTC
Review of attachment 263830 [details] [review]:

Sure.
Comment 3 Allison Karlitskaya (desrt) 2013-12-16 21:35:33 UTC
Attachment 263830 [details] pushed as aea1bec - simple install: use 'cc', not 'gcc'