Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
70fb0a47
Commit
70fb0a47
authored
Oct 24, 2010
by
VideoLAN
Committed by
Rafaël Carré
Oct 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Darwin9: warn about gcc-4.2 only if not installed
parent
fa8bbe9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
extras/contrib/bootstrap
extras/contrib/bootstrap
+3
-6
No files found.
extras/contrib/bootstrap
View file @
70fb0a47
...
...
@@ -351,12 +351,9 @@ if test -z "$CONTRIBS_RELEASE"; then
fi
if
test
$HAVE_DARWIN_9
;
then
set
+x
echo
echo
"*****************************************************************"
echo
"* We are using GCC-4.2 on OS X, so compilation WILL FAIL if it *"
echo
"* is NOT installed. *"
echo
"*****************************************************************"
if
!
/Developer/usr/bin/gcc-4.2
--version
>
/dev/null 2>&1
;
then
echo
"You do not have GCC-4.2 instelled, compilation WILL FAIL."
>
&2
fi
fi
if
test
$HAVE_DARWIN_32
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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